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))/../..) export GENODE_DIR := $(realpath $(dir $(MAKEFILE_LIST))/../..)
usage: usage:
@$(ECHO) @echo
@$(ECHO) "Tool for retrieving version information of port sources" @echo "Tool for retrieving version information of port sources"
@$(ECHO) @echo
@$(ECHO) "usage:" @echo "usage:"
@$(ECHO) @echo
@$(ECHO) " $(notdir $(MAKEFILE_LIST)) <ports>" @echo " $(notdir $(MAKEFILE_LIST)) <ports>"
@$(ECHO) @echo
@$(ECHO) " <ports> whitespace-separated list of ports" @echo " <ports> whitespace-separated list of ports"
@$(ECHO) @echo
TARGETS = $(sort $(MAKECMDGOALS)) TARGETS = $(sort $(MAKECMDGOALS))