From e2bc4c005a13a4e3925c01b1e0d899899494f053 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 26 Aug 2014 13:17:44 +0200 Subject: gbuild: serialize linking on "make check" too Change-Id: Icdcca50627d2a7aed19287807f8f1bc17cb18efb --- RepositoryModule_host.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepositoryModule_host.mk') 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) \ -- cgit v1.2.3