Revert "compilerplugins: Build them in parallel."

This reverts commit 4101fa1841.

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.
This commit is contained in:
Stephan Bergmann 2016-02-26 12:34:01 +01:00
parent 1be32cc6d3
commit cd2725de90

View file

@ -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