]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: suppress "configuration written to .config" for syncconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 16 Aug 2018 07:48:26 +0000 (16:48 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Aug 2018 14:21:41 +0000 (23:21 +0900)
commit854d0514c60bf6d253ba4396cc28ca7b7d953e88
tree868f6f3f3a8163b6442fcb984ecde5d4cbcd7050
parent18357f14592560d317d8a3d5135aa1b88be6c911
kconfig: suppress "configuration written to .config" for syncconfig

The top-level Makefile invokes "make syncconfig" when necessary.
Then, Kconfig displays the following message when .config is updated.

  #
  # configuration written to .config
  #

It is distracting because "make syncconfig" happens during the build
stage, and does nothing important in most cases.

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/conf.c