提交 560909d4 编写于 作者: R Regid Ichira 提交者: Yann E. MORIN

Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig

Signed-off-by: NRegid Ichira <regid23@nt1.in>
Acked-by: NRob Landley <rob@landley.net>
[yann.morin.1998@free.fr: fix trailing whitespace, commit subject]
Signed-off-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
上级 86eb7818
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册