%% "Eli Zaretskii" <[EMAIL PROTECTED]> writes: >> Date: Sun, 27 Feb 2005 15:21:31 -0500 >> Cc: "Earnie Boyd" <[EMAIL PROTECTED]>, [email protected], >> [EMAIL PROTECTED] >> From: "Paul D. Smith" <[EMAIL PROTECTED]> >> >> The next question becomes, does the current implementation of $(wildcard >> ...) already return "/", or does it use "\"?
ez> Yes, it does: glob.c always appends '/' to the partial file name ez> after it calls `readdir'. (This is based on code inspection; I ez> don't have a Windows binary of Make where I'm typing this, so I ez> might be wrong. The DJGPP port's $wildcard _certainly_ returns file ez> names with forward slashes.) Sorry, I wasn't clear. We were talking about make automatically translating "\" to "/" in pathnames. My question was, is this needed for functions like wildcard, glob, etc. or do they already return all directory separators as "/" anyway? -- ------------------------------------------------------------------------------- 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
