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 $@ $@-t
>> -    @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(ME) > $@-t
>> +    @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t
>>      @chmod a=r $@-t && mv $@-t $@
> 
> 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