From: Mike Frysinger <vapier@gentoo.org>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: linux-kernel@vger.kernel.org, sam@ravnborg.org
Subject: Re: [PATCH] kbuild: silence documentation GEN xml messages according to $(quiet)
Date: Mon, 24 Mar 2008 12:57:56 -0400 [thread overview]
Message-ID: <200803241257.57183.vapier@gentoo.org> (raw)
In-Reply-To: <20080324090939.73f8b00b.randy.dunlap@oracle.com>
[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]
On Monday 24 March 2008, Randy Dunlap wrote:
> On Mon, 24 Mar 2008 11:16:55 -0400 Mike Frysinger wrote:
> > 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 < $< | \
> > --
>
> The Makefile changes are good, but the patch description makes it
> appear that Mike was rushed. How about something like this?
i just copied & pasted the previous commit messages for similar fixes. your
longer version sounds fine to me though.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
next prev parent reply other threads:[~2008-03-24 16:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2008-04-25 19:00 ` Sam Ravnborg
2008-04-25 19:20 ` Sam Ravnborg
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=200803241257.57183.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=linux-kernel@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
--cc=sam@ravnborg.org \
/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.