Merge "Add dummy description for GET-INSTALL-PATH"
This commit is contained in:
@@ -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)';))
|
||||
|
||||
|
Reference in New Issue
Block a user