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

Jan Holesovsky kendy at collabora.com
Thu Apr 17 05:19:14 PDT 2014


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

New commits:
commit 4101fa184150663ddee6688c19eb4a44e341e8d4
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Apr 17 14:08:09 2014 +0200

    compilerplugins: Build them in parallel.
    
    Change-Id: Idddc9a2b76e33c7e90ca51cb2c53e0d9f34d3906

diff --git a/compilerplugins/Makefile.mk b/compilerplugins/Makefile.mk
index c3b5290..4a58ddd 100644
--- a/compilerplugins/Makefile.mk
+++ b/compilerplugins/Makefile.mk
@@ -21,7 +21,11 @@ else
 
 ifeq ($(COM_GCC_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