public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
	linux-kernel@vger.kernel.org,
	Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [PATCH] docs: Makefile: honor V=0 for docs building
Date: Wed, 28 Oct 2020 11:11:42 -0600	[thread overview]
Message-ID: <20201028111142.7cc8833a@lwn.net> (raw)
In-Reply-To: <478c114a2399b68a18de94ee5f98649304f3903b.1603796153.git.mchehab+huawei@kernel.org>

On Tue, 27 Oct 2020 11:56:15 +0100
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:

> Reduce the number of displayed mesages when building the
> docs with V=0.
> 
> Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.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

  reply	other threads:[~2020-10-29  1:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20201016165504.3cc33889@canb.auug.org.au>
2020-10-27 10:56 ` [PATCH] docs: Makefile: honor V=0 for docs building Mauro Carvalho Chehab
2020-10-28 17:11   ` Jonathan Corbet [this message]
2020-10-28 21:15     ` Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201028111142.7cc8833a@lwn.net \
    --to=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox