Skip to content

Commit 312ee68

Browse files
committed
kconfig: announce removal of oldnoconfig if used
The 'oldnoconfig' is really confusing due to its counter-intuitive name. It was renamed by commit fb16d89 ("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 <[email protected]> Reviewed-by: Ulf Magnusson <[email protected]>
1 parent d0fd042 commit 312ee68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/kconfig/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ PHONY += oldnoconfig savedefconfig defconfig
9292
# on its behavior (sets new symbols to their default value but not 'n') with the
9393
# counter-intuitive name.
9494
oldnoconfig: olddefconfig
95+
@echo " WARNING: \"oldnoconfig\" target will be removed after Linux 4.19"
96+
@echo " Please use \"olddefconfig\" instead, which is an alias."
9597

9698
savedefconfig: $(obj)/conf
9799
$< $(silent) --$@=defconfig $(Kconfig)

0 commit comments

Comments
 (0)