[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201028111142.7cc8833a@lwn.net>
Date: Wed, 28 Oct 2020 11:11:42 -0600
From: Jonathan Corbet <corbet@....net>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
linux-kernel@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH] docs: Makefile: honor V=0 for docs building
On Tue, 27 Oct 2020 11:56:15 +0100
Mauro Carvalho Chehab <mchehab+huawei@...nel.org> wrote:
> Reduce the number of displayed mesages when building the
> docs with V=0.
>
> Suggested-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
> ---
> Documentation/Makefile | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/Makefile b/Documentation/Makefile
> index 6a59a13d3c53..61a7310b49e0 100644
> --- a/Documentation/Makefile
> +++ b/Documentation/Makefile
> @@ -26,6 +26,10 @@ BUILDDIR = $(obj)/output
> PDFLATEX = xelatex
> LATEXOPTS = -interaction=batchmode
>
> +ifeq ($(KBUILD_VERBOSE),0)
> +SPHINXOPTS += "-q"
> +endif
> +
Applied, thanks. ...ahhh the silence....:)
jon
Powered by blists - more mailing lists