Re: Any known problems with relative paths in VPATH on Windows?

Erik Carstensen <[email protected]> Tue, 7 May 2013 20:15:55 +0200
Newsgroups gmane.comp.gnu.make.windows
Message-ID <CALeBojRS6-fs472oSpuPp0Csn6MKurMnRuWJpDSOkObZ96pGag@mail.gmail.com>
On Tue, May 7, 2013 at 6:36 PM, Eli Zaretskii <[email protected]> wrote:


> The easiest way around the problem is this:
>
>   VPATH = $(abspath ..\very-long-build-dir);$(abspath ..\yet-another-one)
>
>
I cannot do that, because very-long-src-dir contains spaces.

What I have done instead is to detect this condition early, and yell at the
user to shorten her paths. That's sufficient for my uses.

_______________________________________________
Make-w32 mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/make-w32