mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation: make Makefile.sphinx no-ops quieter
@ 2017-02-11  0:06 Jim Davis
  2017-02-12 22:22 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Davis @ 2017-02-11  0:06 UTC (permalink / raw)
  To: corbet, linux-doc, linux-kernel

Silence the "make[1]: Nothing to be done for ..." messages for the
no-op targets in Makefile.sphinx.

Signed-off-by: Jim Davis <jim.epost@gmail.com>
---
 Documentation/Makefile.sphinx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
index 707c65337ebf..b83d1160aaba 100644
--- a/Documentation/Makefile.sphinx
+++ b/Documentation/Makefile.sphinx
@@ -92,9 +92,13 @@ xmldocs:
 
 # no-ops for the Sphinx toolchain
 sgmldocs:
+	@:
 psdocs:
+	@:
 mandocs:
+	@:
 installmandocs:
+	@:
 
 cleandocs:
 	$(Q)rm -rf $(BUILDDIR)
-- 
2.9.3

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

* Re: [PATCH] Documentation: make Makefile.sphinx no-ops quieter
  2017-02-11  0:06 [PATCH] Documentation: make Makefile.sphinx no-ops quieter Jim Davis
@ 2017-02-12 22:22 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-02-12 22:22 UTC (permalink / raw)
  To: Jim Davis; +Cc: linux-doc, linux-kernel

On Fri, 10 Feb 2017 17:06:50 -0700
Jim Davis <jim.epost@gmail.com> wrote:

> Silence the "make[1]: Nothing to be done for ..." messages for the
> no-op targets in Makefile.sphinx.

Applied, thanks.

jon

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

end of thread, other threads:[~2017-02-12 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-11  0:06 [PATCH] Documentation: make Makefile.sphinx no-ops quieter Jim Davis
2017-02-12 22:22 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome