gbuild: serialize linking on "make check" too

Change-Id: Icdcca50627d2a7aed19287807f8f1bc17cb18efb
This commit is contained in:
Michael Stahl
2014-08-26 13:17:44 +02:00
parent 4d32244437
commit e2bc4c005a

View File

@@ -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) \