From e9e46a67d45778e4cbd13fafdeb0a26097a3f5e2 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Tue, 10 Sep 2013 18:55:14 -0600 Subject: [PATCH] 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. --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d5872eebd6a..3b89b0a8ac8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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),\