All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild: silence documentation GEN xml messages according to $(quiet)
@ 2008-03-24 15:16 Mike Frysinger
  2008-03-24 16:09 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2008-03-24 15:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: sam

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 Documentation/DocBook/Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 300e170..f6a4ba3 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -186,8 +186,11 @@ quiet_cmd_fig2png = FIG2PNG $@
 
 ###
 # Rule to convert a .c file to inline XML documentation
+       gen_xml = :
+ quiet_gen_xml = echo '  GEN     $@'
+silent_gen_xml = :
 %.xml: %.c
-	@echo '  GEN     $@'
+	@$($(quiet)gen_xml)
 	@(                            \
 	   echo "<programlisting>";   \
 	   expand --tabs=8 < $< |     \
-- 
1.5.4.4


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

end of thread, other threads:[~2008-04-25 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 15:16 [PATCH] kbuild: silence documentation GEN xml messages according to $(quiet) Mike Frysinger
2008-03-24 16:09 ` Randy Dunlap
2008-03-24 16:57   ` Mike Frysinger
2008-04-25 19:00   ` Sam Ravnborg
2008-04-25 19:20     ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.