From: Thierry Parmentelat Date: Mon, 24 May 2010 14:22:40 +0000 (+0200) Subject: avoid duplicate build in ALL.modules X-Git-Tag: 5.0-rc11~93 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=43c7bda3d82cc945b299b5a0bdab031fee2b8980;p=build.git avoid duplicate build in ALL.modules --- diff --git a/Makefile b/Makefile index 770dcdef..1ab3f9a1 100644 --- a/Makefile +++ b/Makefile @@ -272,9 +272,9 @@ endef $(foreach package, $(ALL), $(eval $(call stage1_package_vars,$(package)))) # compute all modules -ALL.modules := +ALL.modules := build tests $(foreach package,$(ALL), $(eval ALL.modules+=$($(package)-MODULES))) -ALL.modules:=build tests $(sort $(ALL.modules)) +ALL.modules:=$(sort $(ALL.modules)) # extract revision from -SVNPATH or tag from -GITPATH define stage1_module_vars