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: Paul D. Smith
Subject: Re: Schedule for GNU make 3.81
Date: Sat, 26 Feb 2005 16:41:01 -0500

%% "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 ...) (?)

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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