Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca440e58 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Add dummy description for GET-INSTALL-PATH" am: 9d192f1c

am: bc20982b

* commit 'bc20982b':
  Add dummy description for GET-INSTALL-PATH
parents 8ac0c4be bc20982b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)';))