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:
Jack Moffitt 2013-09-10 18:55:14 -06:00
parent 25a3d4a93f
commit e9e46a67d4

View file

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