From 10bfae18b8a65459719586c74d7e0e7dbb2aa504 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 21 Sep 2017 17:12:52 +0200 Subject: [PATCH] Revert "Revert "compilerplugins: Build them in parallel."" This reverts commit cd2725de90517cd63a17ccbf2c59c1e07eca5744. Norbert's list of CI performance issues includes "2/ clang plugin build should not be serialized (forced -j1)" Change-Id: Ib77f951a31adc20f6a9f88e8b51632bd81273327 Reviewed-on: https://gerrit.libreoffice.org/42595 Tested-by: Jenkins Reviewed-by: Michael Stahl --- compilerplugins/Makefile.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compilerplugins/Makefile.mk b/compilerplugins/Makefile.mk index dc0b1c24b702..5da6967c1617 100644 --- a/compilerplugins/Makefile.mk +++ b/compilerplugins/Makefile.mk @@ -21,7 +21,11 @@ else ifeq ($(COM_IS_CLANG),TRUE) -include $(SRCDIR)/compilerplugins/Makefile-clang.mk +compilerplugins: + $(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins + +compilerplugins-clean: + $(MAKE) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins-clean compilerplugins.clean: compilerplugins-clean -- 2.18.1