auto merge of #1292 : metajack/servo/not-parallel, r=larsbergstrom

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:
bors-servo 2013-11-20 08:34:09 -08:00
commit eb9b82fed8

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: