linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Makefile: honor V=0 for docs building
       [not found] <20201016165504.3cc33889@canb.auug.org.au>
@ 2020-10-27 10:56 ` Mauro Carvalho Chehab
  2020-10-28 17:11   ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-10-27 10:56 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, linux-kernel, Stephen Rothwell

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
+
 # User-friendly check for sphinx-build
 HAVE_SPHINX := $(shell if which $(SPHINXBUILD) >/dev/null 2>&1; then echo 1; else echo 0; fi)
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: Makefile: honor V=0 for docs building
  2020-10-27 10:56 ` [PATCH] docs: Makefile: honor V=0 for docs building Mauro Carvalho Chehab
@ 2020-10-28 17:11   ` Jonathan Corbet
  2020-10-28 21:15     ` Stephen Rothwell
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2020-10-28 17:11 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, linux-kernel, Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: Makefile: honor V=0 for docs building
  2020-10-28 17:11   ` Jonathan Corbet
@ 2020-10-28 21:15     ` Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2020-10-28 21:15 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Linux Doc Mailing List, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

Hi Jon,

On Wed, 28 Oct 2020 11:11:42 -0600 Jonathan Corbet <corbet@lwn.net> wrote:
>
> Applied, thanks.  ...ahhh the silence....:)

Thanks, indeed.

For Aussies, though, the quote is "how's the serenity?"

https://www.screenaustralia.gov.au/sa/screen-news/2015/10-11-the-castle-top-10-quotes
(quote number 3)

https://www.youtube.com/watch?v=C8WLuQOLq5Q

:-)

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-29  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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
2020-10-28 21:15     ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).