1
0
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:
xiangfu 2009-04-07 08:03:24 +00:00
parent 16853c48af
commit fa30f9e437

View File

@ -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 | \