make-w32
[Top][All Lists]
Advanced

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

Re: Schedule for GNU make 3.81


From: Eli Zaretskii
Subject: Re: Schedule for GNU make 3.81
Date: Mon, 28 Feb 2005 00:36:33 +0200

> Date: Sun, 27 Feb 2005 15:21:31 -0500
> Cc: "Earnie Boyd" <address@hidden>, address@hidden,
>    address@hidden
> From: "Paul D. Smith" <address@hidden>
> 
> The next question becomes, does the current implementation of $(wildcard
> ...) already return "/", or does it use "\"?

Yes, it does: glob.c always appends '/' to the partial file name after
it calls `readdir'.  (This is based on code inspection; I don't have a
Windows binary of Make where I'm typing this, so I might be wrong.
The DJGPP port's $wildcard _certainly_ returns file names with forward
slashes.)




reply via email to

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