summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-26 13:17:44 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-26 13:18:52 +0200
commite2bc4c005a13a4e3925c01b1e0d899899494f053 (patch)
treee5e0c36220012890d67a1476b5bc53f396121952 /RepositoryModule_host.mk
parent4d32244437475688ca951ce30f8d6fcc59fc1caa (diff)
gbuild: serialize linking on "make check" too
Change-Id: Icdcca50627d2a7aed19287807f8f1bc17cb18efb
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 86ddf1fbd370..1ba50ecbd952 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) \