[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - RepositoryModule_host.mk
Michael Stahl
mstahl at redhat.com
Fri Aug 29 01:21:25 PDT 2014
RepositoryModule_host.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a02f846aac48eddca5e9a7d8d841a11bca6d8a9d
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
(cherry picked from commit e2bc4c005a13a4e3925c01b1e0d899899494f053)
Reviewed-on: https://gerrit.libreoffice.org/11175
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>
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