From: Masahiro Yamada Date: Thu, 18 Jan 2018 04:13:43 +0000 (+0900) Subject: kconfig: announce removal of oldnoconfig if used X-Git-Tag: v4.19~1684^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=312ee68752faaa553499775d2c191ff7a883826f;p=platform%2Fkernel%2Flinux-rpi.git kconfig: announce removal of oldnoconfig if used The 'oldnoconfig' is really confusing due to its counter-intuitive name. It was renamed by commit fb16d8912db5 ("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 Reviewed-by: Ulf Magnusson --- diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index df6469f..a5ab2f7 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -92,6 +92,8 @@ PHONY += oldnoconfig savedefconfig defconfig # on its behavior (sets new symbols to their default value but not 'n') with the # counter-intuitive name. oldnoconfig: olddefconfig + @echo " WARNING: \"oldnoconfig\" target will be removed after Linux 4.19" + @echo " Please use \"olddefconfig\" instead, which is an alias." savedefconfig: $(obj)/conf $< $(silent) --$@=defconfig $(Kconfig)