bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] top/maint.mk: Fix VC_LIST_EXCEPT for srcdir != builddir


From: Eric Blake
Subject: Re: [PATCH 1/2] top/maint.mk: Fix VC_LIST_EXCEPT for srcdir != builddir
Date: Sat, 23 Jan 2010 11:15:44 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

According to Jim Meyering on 1/21/2010 8:51 AM:
> Here are a pair of maint.mk patches.
> The first is from Jiri Denemark and makes VC_LIST-using
> rules like "make syntax-check" also work when run from
> a non-srcdir build.
> 
> The second tweaks things so that the pre-filter works robustly
> even when $(srcdir) contains a '.'.

This isn't working for VPATH builds, although I haven't had time to figure
out why.  I'm now getting large dumps like:

> grep: ../../tests/Makefile.am: No such file or directory
> : No such file or directory
> grep: ../../src/symtab.c: No such file or directory
> (standard input)
> maint.mk: the above files do not call set_program_name
> make: *** [sc_program_name] Error 1
> make: *** Waiting for unfinished jobs....
> grep: ../../.gitattributes: No such file or directory
> grep: ../../.gitignore: No such file or directory

when I built in a subdirectory of the checkout.  Somehow, the VPATH
location of '../' got turned into '../../'.

-- 
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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