From fa30f9e4376b85ac2e470f9f03c3538b9bb7a2d6 Mon Sep 17 00:00:00 2001 From: xiangfu Date: Tue, 7 Apr 2009 08:03:24 +0000 Subject: [PATCH] don't display the help command, just output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f75bf8..7f45843 100644 --- a/Makefile +++ b/Makefile @@ -189,7 +189,7 @@ clean-u-boot: rm -rf $(U-BOOT_PATH)/$(U-BOOT_VER) help: - make --print-data-base --question | \ + @make --print-data-base --question | \ awk '/^[^.%][-A-Za-z0-9_]*:/ \ { print substr($$1, 1, length($$1)-1) }' | \ sort | \