From 5a7db47c530d4390333af098ac3e664ab96d4502 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 23 May 2010 17:08:47 +0200 Subject: [PATCH] consider build and tests as part of ALL.modules, event though this is not explicit --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a567b59f..6ba96030 100644 --- a/Makefile +++ b/Makefile @@ -276,7 +276,7 @@ $(foreach package, $(ALL), $(eval $(call stage1_package_vars,$(package)))) # compute all modules ALL.modules := $(foreach package,$(ALL), $(eval ALL.modules+=$($(package)-MODULES))) -ALL.modules:=$(sort $(ALL.modules)) +ALL.modules:=build tests $(sort $(ALL.modules)) # extract revision from -SVNPATH or tag from -GITPATH define stage1_module_vars @@ -364,8 +364,6 @@ $(foreach module,$(ALL.modules),$(eval $(call target_extract_module,$(module)))) ### the tests area # use this makefile to extract tests rather than extracting manually in vbuild-nightly -$(eval $(call stage1_module_vars,tests)) -$(eval $(call target_extract_module,tests)) tests-clean: rm -rf MODULES/tests .PHONY: tests-clean -- 2.47.0