AM_SILENT_RULES: tags shown for things other than compiling
Peter Hutterer
peter.hutterer at who-t.net
Sun Sep 27 16:17:50 PDT 2009
On Sun, Sep 27, 2009 at 11:18:37AM -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?
simplify is good, and I don't think that it matters that much that it is CPP
or GEN. ACK from me.
Cheers,
Peter
More information about the xorg-devel
mailing list