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

New commits:
commit 4101fa184150663ddee6688c19eb4a44e341e8d4
Author: Jan Holesovsky <ke...@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
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to