mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-16 00:55:21 +00:00
tool/port/metadata: fix usage output
Variable ECHO is not set as common.inc is not included.
This commit is contained in:
parent
4a2c52d8f4
commit
cadf774fa0
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user