diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-07-14 13:23:49 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-07-18 23:48:14 +0900 |
commit | d952cfaf0cffdbbb0433c67206b645131f17ca5f (patch) | |
tree | 54a4fdaef6039bf96bff2e66c658eebabd17ebf3 /mm/swap_slots.c | |
parent | 5df99bec210a2cf89dd91e52f0d0a714bf4cd96a (diff) | |
download | linux-d952cfaf0cffdbbb0433c67206b645131f17ca5f.tar.bz2 |
kbuild: do not suppress Kconfig prompts for silent build
When a new CONFIG option is available, Kbuild shows a prompt to get
the user input.
$ make
[ snip ]
Core Scheduling for SMT (SCHED_CORE) [N/y/?] (NEW)
This is the only interactive place in the build process.
Commit 174a1dcc9642 ("kbuild: sink stdout from cmd for silent build")
suppressed Kconfig prompts as well because syncconfig is invoked by
the 'cmd' macro. You cannot notice the fact that Kconfig is waiting
for the user input.
Use 'kecho' to show the equivalent short log without suppressing stdout
from sub-make.
Fixes: 174a1dcc9642 ("kbuild: sink stdout from cmd for silent build")
Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Diffstat (limited to 'mm/swap_slots.c')
0 files changed, 0 insertions, 0 deletions