]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: rename silentoldconfig to syncconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Mar 2018 06:34:37 +0000 (15:34 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Mar 2018 17:04:00 +0000 (02:04 +0900)
commit2590949f24c9dddf0b4bf76373cce13115dcc9d0
treecb3cf799e4dbcbaaa1d6331aeac6928d16e6d570
parentcd0912ae430dec1ab8c3438e44a7d23dc50a2c91
kconfig: rename silentoldconfig to syncconfig

As commit 5194f3469f43 ("kconfig: Remove silentoldconfig from help
and docs; fix kconfig/conf's help") mentioned, 'silentoldconfig' is a
historical misnomer.  That commit removed it from help and docs since
it is an internal interface.  If so, it should be allowed to rename
it to something more intuitive.  'syncconfig' is the one I came up
with because it updates the .config if necessary, then synchronize
include/generated/autoconf.h and include/config/* with it.

You should not manually invoke 'silentoldcofig'.  Display warning if
used in case existing scripts are doing wrong.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
Documentation/kbuild/kconfig.txt
Documentation/networking/i40e.txt
Makefile
scripts/kconfig/Makefile
scripts/kconfig/conf.c