bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] maint.mk: fix tight-scope.mk generation in VPATH builds.


From: Gary V. Vaughan
Subject: Re: [PATCH] maint.mk: fix tight-scope.mk generation in VPATH builds.
Date: Tue, 15 Nov 2011 20:26:13 +0700

Hi Jim,

On 15 Nov 2011, at 20:14, Jim Meyering wrote:
> Gary V. Vaughan wrote:
>> Okay to push?
>> 
>> * top/maint.mk (tight-scope.mk): Make sure to prefix file
>> reference with $(srcdir) so that the file is found correctly even
>> when running `make syntax-check' in a VPATH build.
> ...
>> tight-scope.mk: $(ME)
>>      @rm -f $@ address@hidden
>> -    @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(ME) > address@hidden
>> +    @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > 
>> address@hidden
>>      @chmod a=r address@hidden && mv address@hidden $@
> 
> Ok.  Thanks.

Done.

> (but please be sure not to push the preceding change(s) implied
> by your ChangeLog context)

No problem, I have a private 'pending' branch for patches I've submitted for
review, and I cherry-pick into master for pushing, and then rebase pending
when I'm done.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

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