From 2b5cc014ceef96e182ee7ed8ccee8965d9ef70e4 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Mon, 31 Jan 2005 01:32:26 +0100 Subject: kbuild: make 'make help' show all *config targets and update descriptions slightly. "make help" doesn't show "make randconfig" nor "make config" as options and the description of oldconfig could be better (IMHO). Patch below adds the missing targets to the help and updates the description of oldconfig. Signed-off-by: Jesper Juhl Signed-off-by: Sam Ravnborg --- scripts/kconfig/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/kconfig/Makefile') diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 51492ba6fbcd..c0654929285f 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -50,10 +50,12 @@ endif # Help text used by make help help: - @echo ' oldconfig - Update current config utilising a line-oriented program' + @echo ' config - Update current config utilising a line-oriented program' @echo ' menuconfig - Update current config utilising a menu based program' @echo ' xconfig - Update current config utilising a QT based front-end' @echo ' gconfig - Update current config utilising a GTK based front-end' + @echo ' oldconfig - Update current config utilising a provided .config as base' + @echo ' randconfig - New config with random answer to all options' @echo ' defconfig - New config with default answer to all options' @echo ' allmodconfig - New config selecting modules when possible' @echo ' allyesconfig - New config where all options are accepted with yes' -- cgit v1.2.3