Re: [PATCH] doc tools: better handle KBUILD_VERBOSE

From: Jonathan Corbet

Date: Mon Mar 30 2026 - 12:16:42 EST


Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> writes:

> As reported by Jacob, there are troubles when KBUILD_VERBOSE is
> set at the environment.
>
> Fix it on both kernel-doc and sphinx-build-wrapper.
>
> Reported-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>
> Closes: https://lore.kernel.org/linux-doc/9367d899-53af-4d9c-9320-22fc4dbadca5@xxxxxxxxx/
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
> ---
> tools/docs/sphinx-build-wrapper | 7 ++++++-
> tools/lib/python/kdoc/kdoc_files.py | 7 ++++++-
> 2 files changed, 12 insertions(+), 2 deletions(-)

Applied, thanks.

jon