Kaydet (Commit) cd2725de authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "compilerplugins: Build them in parallel."

This reverts commit 4101fa18.

Just configure --without-parallelism and always use an explicit make -jN, and be
done with it.  I just can't stand that "make[1]: Entering/Leaving directory"
noise around each "[build CXX] compilerplugins/clang/*.cxx" line any more.
üst 1be32cc6
......@@ -21,11 +21,7 @@ else
ifeq ($(COM_IS_CLANG),TRUE)
compilerplugins:
$(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins
compilerplugins-clean:
$(MAKE) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins-clean
include $(SRCDIR)/compilerplugins/Makefile-clang.mk
compilerplugins.clean: compilerplugins-clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment