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

2011-11-15 Thread Gary V. Vaughan
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

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

2011-11-15 Thread Jim Meyering
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

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

2011-11-15 Thread Gary V. Vaughan
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. Signed-off-by: Gary V. Vaughan --- ChangeLog|7 +++ top/maint.mk |2 +- 2 files changed, 8