Re: VPATH build failure on cygwin

2015-06-04 Thread Eric Blake
On 06/04/2015 12:50 PM, Chet Ramey wrote: > On 6/2/15 9:10 AM, Eric Blake wrote: > >> That is, the use of .: in VPATH is redundant, and will NOT find any >> files that were not already found if you had omitted it, because make >> already searches the current directory before resorting to VPATH. >

Re: VPATH build failure on cygwin

2015-06-04 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/2/15 9:10 AM, Eric Blake wrote: > That is, the use of .: in VPATH is redundant, and will NOT find any > files that were not already found if you had omitted it, because make > already searches the current directory before resorting to VPATH. > >