diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-17 23:13:43 -0500 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-25 07:46:28 -0500 |
| commit | 312ee68752faaa553499775d2c191ff7a883826f (patch) | |
| tree | 17955f73fa1ce312a234201677dd6c8798bc50e8 /scripts | |
| parent | d0fd0428ecf04b6e0975f91a1a344cc31ce40b8f (diff) | |
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 <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index df6469fd3dcc..a5ab2f7909de 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
| @@ -92,6 +92,8 @@ PHONY += oldnoconfig savedefconfig defconfig | |||
| 92 | # on its behavior (sets new symbols to their default value but not 'n') with the | 92 | # on its behavior (sets new symbols to their default value but not 'n') with the |
| 93 | # counter-intuitive name. | 93 | # counter-intuitive name. |
| 94 | oldnoconfig: olddefconfig | 94 | oldnoconfig: olddefconfig |
| 95 | @echo " WARNING: \"oldnoconfig\" target will be removed after Linux 4.19" | ||
| 96 | @echo " Please use \"olddefconfig\" instead, which is an alias." | ||
| 95 | 97 | ||
| 96 | savedefconfig: $(obj)/conf | 98 | savedefconfig: $(obj)/conf |
| 97 | $< $(silent) --$@=defconfig $(Kconfig) | 99 | $< $(silent) --$@=defconfig $(Kconfig) |
