]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: hide commands to run Kconfig, and show short log for syncconfig
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 21 Aug 2020 02:43:58 +0000 (11:43 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 26 Aug 2020 15:44:33 +0000 (00:44 +0900)
commit7caef7174a14ccb2c9b83cafbc5cbddcd0aac0c3
tree342ee43ce26317c55212e4b67f8e4ec322aea916
parente41db3bf359c8855e70b6a590d32f0254556803c
kbuild: hide commands to run Kconfig, and show short log for syncconfig

Some targets (localyesconfig, localmodconfig, defconfig) hide the
command running, but the others do not.

Users know which Kconfig flavor they are running, so it is OK to hide
the command. Add $(Q) to all commands consistently. If you want to see
the full command running, pass V=1 from the command line.

syncconfig is the exceptional case, which occurs without explicit
command invocation by the user. Display the Kbuild-style log for it.
The ugly bare log will go away.

[Before]

scripts/kconfig/conf  --syncconfig Kconfig

[After]

  SYNC    include/config/auto.conf

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
scripts/kconfig/Makefile