tool/port/metadata: fix usage output

Variable ECHO is not set as common.inc is not included.
This commit is contained in:
Christian Helmuth 2025-01-07 08:23:04 +01:00
parent 4a2c52d8f4
commit cadf774fa0

View File

@ -13,15 +13,15 @@ endif
export GENODE_DIR := $(realpath $(dir $(MAKEFILE_LIST))/../..)
usage:
@$(ECHO)
@$(ECHO) "Tool for retrieving version information of port sources"
@$(ECHO)
@$(ECHO) "usage:"
@$(ECHO)
@$(ECHO) " $(notdir $(MAKEFILE_LIST)) <ports>"
@$(ECHO)
@$(ECHO) " <ports> whitespace-separated list of ports"
@$(ECHO)
@echo
@echo "Tool for retrieving version information of port sources"
@echo
@echo "usage:"
@echo
@echo " $(notdir $(MAKEFILE_LIST)) <ports>"
@echo
@echo " <ports> whitespace-separated list of ports"
@echo
TARGETS = $(sort $(MAKECMDGOALS))