autoconf-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] INSTALL: convert to '' quoting, drop blank line at end


From: Eric Blake
Subject: Re: [PATCH] INSTALL: convert to '' quoting, drop blank line at end
Date: Mon, 23 Jan 2012 11:36:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0

[dropping autoconf]

On 01/23/2012 11:22 AM, Jim Meyering wrote:
> Eric Blake wrote:
>> This is allowed by recent GNU Coding Standards changes, and
>> mirrors recent gnulib changes:
>> https://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00267.html
>> https://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00298.html
>>
>> I've confirmed that after these changes, the INSTALL generated and
>> installed by autoconf matches the INSTALL.ISO in gnulib.
>>
>> * Makefile.am ($(srcdir)/INSTALL): Match gnulib INSTALL.ISO.
>>

>>  $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
>>      echo @firstparagraphindent insert                       \
>>        | cat - $(top_srcdir)/doc/install.texi > tmp.texi
>>      $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)        \
>> -      --plaintext -o $@ tmp.texi
>> +         --plaintext tmp.texi                               \
>> +      | sed -e $(CONVERT_QUOTES) -e $(OMIT_TRAILING_EMPTY_LINES) > $@
> 
> Thanks.  That looks fine except for the fact that the new rule redirects
> directly to the target, address@hidden
> 
> Please adjust it to use this idiom instead:
> 
>   ... > address@hidden && mv address@hidden $@

Thanks - and that's why I like reviews.

Fixed and pushed.

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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