Merge "Add dummy description for GET-INSTALL-PATH"

This commit is contained in:
Colin Cross
2015-10-24 21:09:34 +00:00
committed by Gerrit Code Review

View File

@@ -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)';))