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: Jim Meyering
Subject: Re: [PATCH] maint.mk: fix tight-scope.mk generation in VPATH builds.
Date: Tue, 15 Nov 2011 14:14:36 +0100

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.
(but please be sure not to push the preceding change(s) implied
by your ChangeLog context)



reply via email to

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