From: Thierry Parmentelat Date: Fri, 2 Jul 2010 10:14:51 +0000 (+0200) Subject: a simple tool to display packages that have multiple modules defined in their <>... X-Git-Tag: 5.0-rc12~52^2~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=97ec158341e6136d5035271084c5c266b67eff83;p=build.git a simple tool to display packages that have multiple modules defined in their <>-MODULES --- diff --git a/Makefile b/Makefile index c9bd923c..8b3410bc 100644 --- a/Makefile +++ b/Makefile @@ -781,6 +781,9 @@ info: info-packages info-modules info-branches .PHONY: info info-packages info-modules info-branches module-tools +show-multi-modules: + @$(foreach package,$(ALL),$(if $(subst x1,,x$(words $($(package)-MODULES))), echo p=$(package) mods=$($(package)-MODULES) ;)) +.PHONY: show-multi-modules #################### help: @echo "********** Run make in two stages:"