Disable parallel builds at top level.

Sub-builds are still parallelized. This is a workaround for rustpkg
issues. See https://github.com/mozilla/rust/issues/9650
This commit is contained in:
Jack Moffitt 2013-11-20 09:30:21 -07:00
parent 052a543f14
commit 45cd09cab9

View file

@ -378,3 +378,6 @@ backup-rust:
restore-rust:
if [ -d ../$(CFG_TARGET_TRIPLES) ]; then rm -rf $(B)src/compiler/rust; mv ../$(CFG_TARGET_TRIPLES) $(B)src/compiler/rust; fi
.NOTPARALLEL: