From 435bc857cdc637c0a97953367f5a510119c5feaa Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 11 Sep 2006 12:09:42 -0400 Subject: [PATCH] --- yaml --- r: 35449 b: refs/heads/master c: b32c8268475358cfa18cf9373e6f95c661a7a142 h: refs/heads/master i: 35447: 8f44093e037ce2d78b8355745ed095a34dc868dd v: v3 --- [refs] | 2 +- trunk/Makefile | 1 + trunk/scripts/kconfig/Makefile | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 88b7aba02da3..e78e1c1e680f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c53ddacdc08d41f812f1e637d214251d14c07a3d +refs/heads/master: b32c8268475358cfa18cf9373e6f95c661a7a142 diff --git a/trunk/Makefile b/trunk/Makefile index fc67adc6d500..0d4a4dc7222d 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1060,6 +1060,7 @@ help: @echo 'Cleaning targets:' @echo ' clean - remove most generated files but keep the config' @echo ' mrproper - remove all generated files + config + various backup files' + @echo ' distclean - mrproper + patch files' @echo '' @echo 'Configuration targets:' @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help diff --git a/trunk/scripts/kconfig/Makefile b/trunk/scripts/kconfig/Makefile index e6499db4c8cc..a90d3cc76bfa 100644 --- a/trunk/scripts/kconfig/Makefile +++ b/trunk/scripts/kconfig/Makefile @@ -74,6 +74,7 @@ help: @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 ' silentoldconfig - Same as oldconfig, but quietly' @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'