%% "Eli Zaretskii" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32