]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kconfig: document oldnoconfig to what it really does in conf.c
authorAdam Lee <adam8157@gmail.com>
Fri, 17 Aug 2012 06:57:28 +0000 (14:57 +0800)
committerMichal Marek <mmarek@suse.cz>
Fri, 31 Aug 2012 14:56:51 +0000 (16:56 +0200)
As 67d34a6a391369269a2e5dba8a5f42cc4cd50231 said, the make target
'oldnoconfig' is a misnomer. It doesn't set new symbols to 'n', but
instead sets it to their default values.

This patch fixes the document in conf.c, and will submit another patch
to replace 'oldnoconfig' to 'olddefconfig'

Signed-off-by: Adam Lee <adam8157@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/conf.c

index 0dc4a2c779b119ec51e2eb5b3f17c5a4d02645fb..6875680a8db2f0fa1ff13f16775bd02f5dfe28d9 100644 (file)
@@ -467,7 +467,7 @@ static void conf_usage(const char *progname)
        printf("  --oldaskconfig          Start a new configuration using a line-oriented program\n");
        printf("  --oldconfig             Update a configuration using a provided .config as base\n");
        printf("  --silentoldconfig       Same as oldconfig, but quietly, additionally update deps\n");
-       printf("  --oldnoconfig           Same as silentoldconfig but set new symbols to no\n");
+       printf("  --oldnoconfig           Same as silentoldconfig but sets new symbols to their default value\n");
        printf("  --defconfig <file>      New config with default defined in <file>\n");
        printf("  --savedefconfig <file>  Save the minimal current configuration to <file>\n");
        printf("  --allnoconfig           New config where all options are answered with no\n");