summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-26 13:17:44 +0200
committerAndras Timar <andras.timar@collabora.com>2014-09-15 17:07:46 +0200
commitd641a4f1ceed5651388d51ca9393487bec1cea05 (patch)
tree002d09eab1e06689d7472c60794bf8c8f8b64827 /RepositoryModule_host.mk
parent878333bb7ee4852c3e67d2ee3f1bc812b48acf21 (diff)
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 <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r--RepositoryModule_host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 48d5518779e8..72ca5906e4f2 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) \