drop hackery again

f41
Caolán McNamara 8 years ago
parent f60e3405ad
commit f9fe071ac5

@ -1060,7 +1060,6 @@ autoconf
SMP_MFLAGS=%{?_smp_mflags} SMP_MFLAGS=%{?_smp_mflags}
SMP_MFLAGS=$[${SMP_MFLAGS/-j/}] SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]
SMP_MFLAGS=$((SMP_MFLAGS*2))
# TODO: enable coinmp? # TODO: enable coinmp?
# avoid running autogen.sh on make # avoid running autogen.sh on make
@ -1097,12 +1096,7 @@ touch autogen.lastrun
ulimit -c unlimited ulimit -c unlimited
if ! make verbose=true build-nocheck; then make verbose=true build-nocheck
echo "build attempt 1 failed"
df -h
export TMPDIR=/var/tmp
make verbose=true GMAKE_OPTIONS=-rj1 build-nocheck
fi
#generate the icons and mime type stuff #generate the icons and mime type stuff
export DESTDIR=../output export DESTDIR=../output

Loading…
Cancel
Save