bug-make
[Top][All Lists]
Advanced

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

Re: Inconsistent VPATH behavior ..


From: Paul D. Smith
Subject: Re: Inconsistent VPATH behavior ..
Date: Mon, 24 Feb 2003 11:51:34 -0500

VPATH is useful only to find source files from the destination
directory, it cannot be used to find destination files from the source
directory.

I think that's what your trying to do here: run make in the source
directory and put the results in a different directory.  VPATH cannot be
used in that environment.

You might take a look at my web site below: there's an in-depth
discussion of how VPATH works (and doesn't).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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