]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias
authorAdam Lee <adam8157@gmail.com>
Fri, 31 Aug 2012 17:05:17 +0000 (01:05 +0800)
committerMichal Marek <mmarek@suse.cz>
Thu, 27 Sep 2012 16:18:07 +0000 (18:18 +0200)
commit9a24ebba51124f7e5bbac63dac25c1c76d663ce2
treeaa79ca1cbc5be1e4afde9bc90c856e4419403591
parent68f0b90c0e57c3d1928df31c84a71676aa06c111
kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias

As 6bafe3e214a9387feabab0330e7b8024b858412c said, 'oldnoconfig' doesn't
set new symbols to 'n', but instead sets it to their default values.

So, this patch replaces 'oldnoconfig' with 'olddefconfig', stop making
people confused, and keep the old name 'oldnoconfig' as an alias,
because people already are dependent on its behavior with the
counter-intuitive name.

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