Searched hist:"23 cd88c91343349a0d67a227f9effdde0cbe09af" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | Makefile | 23cd88c91343349a0d67a227f9effdde0cbe09af Thu Aug 20 21:43:58 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/openbmc/linux/ |
H A D | Makefile | 23cd88c91343349a0d67a227f9effdde0cbe09af Thu Aug 20 21:43:58 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> 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>
|