[PATCH] small update of allnoconfig description

From: Jesper Juhl
Date: Sat Feb 25 2006 - 15:50:50 EST



'allnoconfig' is described by 'make help' as a "minimal config", that's not
strictly correct. To be pedantic, a minimal config would be one where
EMBEDDED was set to Y and most things therein disabled etc. Simply
answering 'no' to all options does not give a minimal config.
A better description of allnoconfig is that it answers all options with 'no'.

This patch updates the description.


Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>
---

scripts/kconfig/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.16-rc4-mm2-orig/scripts/kconfig/Makefile 2006-02-18 02:09:11.000000000 +0100
+++ linux-2.6.16-rc4-mm2-work/scripts/kconfig/Makefile 2006-02-25 21:46:15.000000000 +0100
@@ -78,7 +78,7 @@ help:
@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'
- @echo ' allnoconfig - New minimal config'
+ @echo ' allnoconfig - New config where all options are answered with no'

# ===========================================================================
# Shared Makefile for the various kconfig executables:


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/