]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: announce removal of oldnoconfig if used
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 18 Jan 2018 04:13:43 +0000 (13:13 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 25 Jan 2018 12:46:28 +0000 (21:46 +0900)
commit0152c5f43f3c3654c84e14ec84f51b085b283fca
tree17955f73fa1ce312a234201677dd6c8798bc50e8
parente413f84efacffd79e98364e8f882f4ebb655fa15
kconfig: announce removal of oldnoconfig if used

The 'oldnoconfig' is really confusing due to its counter-intuitive name.
It was renamed by commit 9a24ebba5112 ("kconfig: replace 'oldnoconfig'
with 'olddefconfig', and keep the old name as an alias").

The 'oldnoconfig' has been kept as an alias for enough period of time,
and finally I am planning to remove it.  I will give people a little
more time for migration.  Meanwhile, the following message will be
displayed if oldnoconfig is used.

    WARNING: "oldnoconfig" target will be removed after Linux 4.19
              Please use "olddefconfig" instead, which is an alias.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
scripts/kconfig/Makefile