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. --- busybox.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'busybox.def.h') diff --git a/busybox.def.h b/busybox.def.h index 1880884f9..79eef1d12 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -130,6 +130,9 @@ // normal strings. #define BB_FEATURE_FULL_REGULAR_EXPRESSIONS // +// Use only simple command help +#define BB_FEATURE_TRIVIAL_HELP +// // Use termios to manipulate the screen ('more' is prettier with this on) #define BB_FEATURE_USE_TERMIOS // -- cgit v1.2.3