RepositoryModule_host.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 539f5b5f7dfc1168c4a6b826bfb18362c80fb424
Author: Michael Stahl <[email protected]>
Date:   Tue Aug 26 13:17:44 2014 +0200

    gbuild: serialize linking on "make check" too
    
    Change-Id: Icdcca50627d2a7aed19287807f8f1bc17cb18efb
    (cherry picked from commit e2bc4c005a13a4e3925c01b1e0d899899494f053)
    Reviewed-on: https://gerrit.libreoffice.org/11176
    Reviewed-by: David Tardon <[email protected]>
    Tested-by: David Tardon <[email protected]>

diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 91141f1..4f90a70 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -181,7 +181,7 @@ endef
 # otherwise cyclic dependencies ruin everything.
 # do not serialize on a partial build as that may fail due to missing deps.
 # the default goal is all (see Module.mk)
-ifeq (,$(filter-out all,$(MAKECMDGOALS)))
+ifeq (,$(filter-out all build check unitcheck slowcheck 
subsequentcheck,$(MAKECMDGOALS)))
 $(eval $(call repositorymodule_serialize,\
        scfilt scopencl \
        $(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to