make the fallback build really sequential

f41
David Tardon 12 years ago
parent 037218b735
commit 6c1d3fce28

@ -1057,7 +1057,7 @@ touch autogen.lastrun
if ! make VERBOSE=true; then if ! make VERBOSE=true; then
# TODO Do we still need this? I think parallel build is reliable # TODO Do we still need this? I think parallel build is reliable
# enough these days... # enough these days...
make GMAKE_OPTIONS=-rj1 make VERBOSE=true PARALLELISM=1
fi fi
#generate the icons and mime type stuff #generate the icons and mime type stuff

Loading…
Cancel
Save