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: Earnie Boyd
Subject: Re: Schedule for GNU make 3.81
Date: Sun, 27 Feb 2005 03:10:32 -0500 (EST)
User-agent: SquirrelMail/1.4.3a

<quote who="Paul D. Smith">
> %% "Eli Zaretskii" <address@hidden> writes:
>
>   >> Hm.  Maybe the thing to do is for make itself to translate the
>   >> pathnames to always have "/" instead of "\"?
>
>   ez> That would be my suggestion as well.  The DJGPP port does that
> already
>   ez> (in its library code, so don't look for that in Make's sources).
>
> The trick is knowing where/when to do this.  Some places spring to mind:
>
>   * Translate argv[0]
>
>   * Translate the results of the getpwd() call that sets CURDIR,
>     etc. and also provides the string for "entering directory..." output.
>
>   * Translate the results of $(wildcard ...) (?)
>

 * Translate the result of getenv ().

Don't forget though, when spawning a process you need the command line to
use \ instead of /.

Earnie

--
http://www.mingw.org
http://sourceforge.net/projects/mingw
https://sourceforge.net/donate/index.php?user_id=15438




reply via email to

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