make-w32
[Top][All Lists]
Advanced

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

Re: DOS paths and SHELL


From: Eli Zaretskii
Subject: Re: DOS paths and SHELL
Date: Sat, 15 Oct 2005 12:28:28 +0200

> From: address@hidden
> Date: Wed, 5 Oct 2005 13:37:12 -0700
> 
> Will the win32 port of gmake grok these paths. So far when I try a  
> simple test like
> 
> foo := $(wildcard \\tree0\foo\bar\bld\nt\*_v)
> 
> all:
>      @echo $(foo)
> 
> The echo returns nothing or Echo is on

Don't use backslashes in the file names passed to $wildcard; use
forward slashes instead:

 foo := $(wildcard //tree0/foo/bar/bld/nt/*_v)




reply via email to

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