auto merge of #902 : metajack/servo/parallel-all-the-builds, r=jdm

The bugs are believed to be worked out. From a `make clean`, `make` took 8:41
and `make -j6` took 4:43.
This commit is contained in:
bors-servo 2013-09-10 18:03:52 -07:00
commit 6289e069d4

View file

@ -187,7 +187,6 @@ $$(DONE_$(1)) : $$(DONE_DEPS_$(1)) $$(ROUGH_DEPS_$(1)) $$(RUSTC_DEP_$(1))
# main submodule target # main submodule target
$(1) : $$(DONE_$(1)) $(1) : $$(DONE_$(1))
.PHONY : $(1) .PHONY : $(1)
.NOTPARALLEL : $(1)
endef endef
$(foreach submodule,$(SUBMODULES),\ $(foreach submodule,$(SUBMODULES),\