gbuild: serialize linking on "make check" too
Change-Id: Icdcca50627d2a7aed19287807f8f1bc17cb18efb
This commit is contained in:
@@ -180,7 +180,7 @@ endef
|
|||||||
# otherwise cyclic dependencies ruin everything.
|
# otherwise cyclic dependencies ruin everything.
|
||||||
# do not serialize on a partial build as that may fail due to missing deps.
|
# do not serialize on a partial build as that may fail due to missing deps.
|
||||||
# the default goal is all (see Module.mk)
|
# 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,\
|
$(eval $(call repositorymodule_serialize,\
|
||||||
scfilt scopencl \
|
scfilt scopencl \
|
||||||
$(call gb_Helper_optional,SCRIPTING,vbaobj) \
|
$(call gb_Helper_optional,SCRIPTING,vbaobj) \
|
||||||
|
Reference in New Issue
Block a user