mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
commit
6289e069d4
1 changed files with 0 additions and 1 deletions
|
@ -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),\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue