[Libreoffice-commits] core.git: compilerplugins/Makefile.mk

Michael Stahl mstahl at redhat.com
Fri Sep 22 08:59:44 UTC 2017


 compilerplugins/Makefile.mk |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 10bfae18b8a65459719586c74d7e0e7dbb2aa504
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Sep 21 17:12:52 2017 +0200

    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 at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

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
 


More information about the Libreoffice-commits mailing list