bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] doc: fix typo: s/AM_V_AT/AM_V_at/


From: Ralf Wildenhues
Subject: Re: [PATCH] doc: fix typo: s/AM_V_AT/AM_V_at/
Date: Fri, 2 Apr 2010 11:50:12 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

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 $@ address@hidden
> -     $(AM_V_AT)sed 's/@''VERSION@/$(VERSION)/' \
> +     $(AM_V_at)sed 's/@''VERSION@/$(VERSION)/' \
>         < $(srcdir)/grep.in.1 > address@hidden && chmod 444 address@hidden && 
> mv address@hidden $@

Cheers, and thanks for the report,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]