summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-08-21 05:43:58 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2020-08-26 18:44:33 +0300
commit23cd88c91343349a0d67a227f9effdde0cbe09af (patch)
tree342ee43ce26317c55212e4b67f8e4ec322aea916 /samples
parent695afd3d7d58ec3044d25c9d2fe384ab8627fd20 (diff)
downloadlinux-23cd88c91343349a0d67a227f9effdde0cbe09af.tar.xz
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>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions