From: Regid Ichira Date: Thu, 12 Sep 2013 00:35:48 +0000 (+0300) Subject: Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig X-Git-Tag: firefly_0821_release~176^2~4960^2^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=560909d433109e3da08757237f30576c71697914;p=firefly-linux-kernel-4.4.55.git Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig Signed-off-by: Regid Ichira Acked-by: Rob Landley [yann.morin.1998@free.fr: fix trailing whitespace, commit subject] Signed-off-by: "Yann E. MORIN" --- diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt index 8ef6dbb6a462..bbc99c0c1094 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