[Libreoffice-commits] core.git: RepositoryModule_host.mk
Michael Stahl
mstahl at redhat.com
Tue Aug 26 04:20:00 PDT 2014
RepositoryModule_host.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e2bc4c005a13a4e3925c01b1e0d899899494f053
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Aug 26 13:17:44 2014 +0200
gbuild: serialize linking on "make check" too
Change-Id: Icdcca50627d2a7aed19287807f8f1bc17cb18efb
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 86ddf1f..1ba50ec 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -180,7 +180,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 \
$(call gb_Helper_optional,SCRIPTING,vbaobj) \
More information about the Libreoffice-commits
mailing list