disable _smp_mflags for a while- build failure

This commit is contained in:
Ondřej Vašík 2014-07-24 16:08:28 +02:00
parent f5e87bdc05
commit 734e24e1b2
1 changed files with 3 additions and 1 deletions

View File

@ -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