diff --git a/core/main.mk b/core/main.mk index e20128b86..15b3c2714 100644 --- a/core/main.mk +++ b/core/main.mk @@ -504,6 +504,7 @@ NOTICE-TARGET-%: ; # A helper goal printing out install paths .PHONY: GET-INSTALL-PATH GET-INSTALL-PATH: + @echo "Install paths for modules in $(ONE_SHOT_MAKEFILE):" @$(foreach m, $(ALL_MODULES), $(if $(ALL_MODULES.$(m).INSTALLED), \ echo 'INSTALL-PATH: $(m) $(ALL_MODULES.$(m).INSTALLED)';))