From ce6cbf86a5e4e23404a6102d18bb7433a64531d1 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Wed, 17 Aug 2016 09:43:33 +0200 Subject: screenshots: add new global make target Up to now the screenshot creation was added/dependent of target slowcheck. Since quite some modules have added screenshot creations now, I added an own target 'screenshot' to allow to keep current slowcheck and screenshot creation separated Change-Id: I80a49a0db607edf8e0405672d570f624d29912e7 --- 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 5954a509f71d..2a174e517840 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -182,7 +182,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 build check unitcheck slowcheck subsequentcheck uicheck,$(MAKECMDGOALS))) +ifeq (,$(filter-out all build check unitcheck slowcheck screenshot subsequentcheck uicheck,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ scfilt \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \ -- cgit