summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2013-10-31 11:58:59 +0100
committerMichal Marek <mmarek@suse.cz>2013-10-31 11:58:59 +0100
commite125096e733e966e055ee6033169f68233f9bf9c (patch)
treebba40ae5b4dffa80a748bf4bb9133d8f1be2a253 /Documentation
parent5eb1f99ea1f578ce5ce6a757a3a9795e4da8de3b (diff)
parent00d4f8fc2c729b1baf723cacd2b5942b032b6784 (diff)
downloadop-kernel-dev-e125096e733e966e055ee6033169f68233f9bf9c.zip
op-kernel-dev-e125096e733e966e055ee6033169f68233f9bf9c.tar.gz
Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/kconfig.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt
index 8ef6dbb..bbc99c0 100644
--- a/Documentation/kbuild/kconfig.txt
+++ b/Documentation/kbuild/kconfig.txt
@@ -20,16 +20,9 @@ symbols have been introduced.
To see a list of new config symbols when using "make oldconfig", use
cp user/some/old.config .config
- yes "" | make oldconfig >conf.new
+ make listnewconfig
-and the config program will list as (NEW) any new symbols that have
-unknown values. Of course, the .config file is also updated with
-new (default) values, so you can use:
-
- grep "(NEW)" conf.new
-
-to see the new config symbols or you can use diffconfig to see the
-differences between the previous and new .config files:
+and the config program will list any new symbols, one per line.
scripts/diffconfig .config.old .config | less
OpenPOWER on IntegriCloud