From 91e581fa0438b39ceb0ffb4ddcb90ee4d260ae81 Mon Sep 17 00:00:00 2001 From: John Beppu Date: Mon, 17 Apr 2000 17:49:44 +0000 Subject: - grep -v ^\.PHONY < Makefile + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. --- coreutils/uname.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'coreutils/uname.c') diff --git a/coreutils/uname.c b/coreutils/uname.c index 9a1cb808a..f1304925d 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -43,6 +43,7 @@ static const char uname_usage[] = "uname [OPTION]...\n\n" +#ifndef BB_FEATURE_TRIVIAL_HELP "Print certain system information. With no OPTION, same as -s.\n\n" "Options:\n" "\t-a\tprint all information\n" @@ -52,7 +53,9 @@ static const char uname_usage[] = "\t-s\tprint the operating system name\n" "\t-p\tprint the host processor type\n" - "\t-v\tprint the operating system version\n"; + "\t-v\tprint the operating system version\n" +#endif + ; static void print_element(unsigned int mask, char *element); -- cgit v1.2.3