mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Turn on parallel builds.
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:
parent
25a3d4a93f
commit
e9e46a67d4
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