summaryrefslogtreecommitdiff
path: root/compilerplugins/Makefile.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-21 17:12:52 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-22 10:59:15 +0200
commit10bfae18b8a65459719586c74d7e0e7dbb2aa504 (patch)
treef4d0db497f8160c5ecc6d0735bf757afd13676cc /compilerplugins/Makefile.mk
parent9bcf000b49252a2293d05135a1a3d62bca5a5dc8 (diff)
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 <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'compilerplugins/Makefile.mk')
-rw-r--r--compilerplugins/Makefile.mk6
1 files changed, 5 insertions, 1 deletions
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