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:
parent
1be32cc6d3
commit
cd2725de90
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue