mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 18:31:54 +02:00
don't display the help command, just output
This commit is contained in:
parent
16853c48af
commit
fa30f9e437
2
Makefile
2
Makefile
@ -189,7 +189,7 @@ clean-u-boot:
|
|||||||
rm -rf $(U-BOOT_PATH)/$(U-BOOT_VER)
|
rm -rf $(U-BOOT_PATH)/$(U-BOOT_VER)
|
||||||
|
|
||||||
help:
|
help:
|
||||||
make --print-data-base --question | \
|
@make --print-data-base --question | \
|
||||||
awk '/^[^.%][-A-Za-z0-9_]*:/ \
|
awk '/^[^.%][-A-Za-z0-9_]*:/ \
|
||||||
{ print substr($$1, 1, length($$1)-1) }' | \
|
{ print substr($$1, 1, length($$1)-1) }' | \
|
||||||
sort | \
|
sort | \
|
||||||
|
Loading…
Reference in New Issue
Block a user