AM_SILENT_RULES: tags shown for things other than compiling

Guillem Jover guillem at hadrons.org
Sun Sep 27 16:44:03 PDT 2009


Hi!

On Sun, 2009-09-27 at 11:18:37 -0700, Alan Coopersmith wrote:
> As noted in the discussion on http://bugs.freedesktop.org/show_bug.cgi?id=24173
> we could simplify the setup in components like libX11 when using silent rules
> if we used AM_V_GEN for all custom rules, like using cpp to generate files.
> 
> Right now I've been putting in the custom rules, so silent mode prints:
>    CPP Compose
> 
> Where AM_V_GEN would print
>    GEN Compose
> 
> (for "generic" or "generate" I guess) - is the extra level of detail in knowing
> if it's cpp or sed or whatever useful?    Or is "GEN" enough, since when you
> need to debug you'll set V=1 anyway?

I personally prefer the more detailed output, but that's just me. OTOH
to reduce a bit the setup needed on other components (no need to touch
configure.ac nor conditionalize the verbosity variables), the attached
patch could be used.

regards,
guillem
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Make-sure-AM_DEFAULT_VERBOSITY-is-always-defined.patch
Type: text/x-diff
Size: 0 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20090928/8feee8dd/attachment.patch 


More information about the xorg-devel mailing list