mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 04:08:28 +00:00
tool/port/metadata: fix usage output
Variable ECHO is not set as common.inc is not included.
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user