diff --git a/coreutils.spec b/coreutils.spec index ae8d7f6..269b26b 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -170,7 +170,9 @@ automake --copy --add-missing # Regenerate manpages touch man/*.x -make all %{?_smp_mflags} +make all +#recent build is broken with smp_mflags, have to investigate +#%{?_smp_mflags} # XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi