From: noer@cygnus.com (Geoffrey Noer)
Subject: Re: Does VPATH work in make?
5 Mar 1998 03:13:30 -0800
Message-ID: <199803051000.CAA05573.cygnus.gnu-win32@rtl.cygnus.com>
References: <3.0.1.32.19980228163715.00975bd0@mail.tenberry.com>
Content-Type: text
To: terryc@tenberry.com (Terry Colligan)
Cc: GNU-Win32@cygnus.com

Terry Colligan wrote:
> 
>   I'm trying to switch a *very* large DOS-based project to using
>   the GNU tools.  I have gotten most things to work with Delorie's
>   version, including the make files.  In order to keep the
>   old directory structure, I made use of the VPATH variable to
>   search multiple directories for source files.
[...]

VPATH should work in b19.  Keep in mind that the default installation
has make running in a Unix-compatibility mode as I just explained in
a response to Ernie Boyd's question about MAKE_MODE.  In this mode,
colon is the path list separator.

If MAKE_MODE isn't set, the path list separator will be a semi-colon
which is maybe what your DOS-based project assumes...

Regards,

Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
