Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1578882 > unrolled thread

[PATCH] Documentation: make Makefile.sphinx no-ops quieter

Started byJim Davis <jim.epost@gmail.com>
First post2017-02-11 01:10 +0100
Last post2017-02-12 23:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Documentation: make Makefile.sphinx no-ops quieter Jim Davis <jim.epost@gmail.com> - 2017-02-11 01:10 +0100
    Re: [PATCH] Documentation: make Makefile.sphinx no-ops quieter Jonathan Corbet <corbet@lwn.net> - 2017-02-12 23:30 +0100

#1578882 — [PATCH] Documentation: make Makefile.sphinx no-ops quieter

FromJim Davis <jim.epost@gmail.com>
Date2017-02-11 01:10 +0100
Subject[PATCH] Documentation: make Makefile.sphinx no-ops quieter
Message-ID<t9tqi-203-31@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1579309

FromJonathan Corbet <corbet@lwn.net>
Date2017-02-12 23:30 +0100
Message-ID<taaOC-3wx-19@gated-at.bofh.it>
In reply to#1578882
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web