From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCHv2 1/4] DocBook/Makefile: Make it less verbose
Date: Thu, 25 Feb 2010 14:33:27 -0300 [thread overview]
Message-ID: <20100225143327.4e4fc43e@pedra> (raw)
Don't show build commants for html main file and media dir cration if V=0.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Conflicts:
Documentation/DocBook/Makefile
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 325cfd1..7c590ef 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -46,8 +46,9 @@ pdfdocs: $(PDF)
HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
htmldocs: $(HTML)
- $(call build_main_index)
- $(call build_images)
+ @$($(quiet)cmd_build_main_index)
+ @$($(call build_main_index))
+ @($(call build_images))
MAN := $(patsubst %.xml, %.9, $(BOOKS))
mandocs: $(MAN)
@@ -145,6 +146,8 @@ quiet_cmd_db2pdf = PDF $@
%.pdf : %.xml
$(call cmd,db2pdf)
+ cmd_build_main_index = :
+quiet_cmd_build_main_index = echo ' BUILD $@'
index = index.html
main_idx = Documentation/DocBook/$(index)
--
1.6.6.1
reply other threads:[~2010-02-25 17:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20100225143327.4e4fc43e@pedra \
--to=mchehab@redhat.com \
--cc=linux-media@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
/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 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.