Hi Jim,

* Jim Meyering wrote on Thu, Apr 01, 2010 at 10:06:03AM CEST:
> I noticed my recent doc changes caused slightly-too-verbose
> build output.  This fixes it:
> 
> Cc'ing bug-automake, in case Ralf thinks it makes sense to let
> the consistently capitalized name be used some day.

Actually, I was thinking for a while that these names are all ugly, and
replacing them with something like
  SILENT     = $(AM_V_at)
  SILENT_GEN = $(AM_V_GEN)
  SILENT_*   = $(AM_V_*)

instead would be better.  But that means we have a dead set of variables
to support (at least for a while) ...

>  grep.1: grep.in.1
>       $(AM_V_GEN)rm -f $@ $...@-t
> -     $(AM_V_AT)sed 's/@''VERSION@/$(VERSION)/' \
> +     $(AM_V_at)sed 's/@''VERSION@/$(VERSION)/' \
>         < $(srcdir)/grep.in.1 > $...@-t && chmod 444 $...@-t && mv $...@-t $@

Cheers, and thanks for the report,
Ralf


Reply via email to