> Date: Sat, 26 Feb 2005 11:20:25 -0500 > From: "Paul D. Smith" <[EMAIL PROTECTED]> > Cc: [email protected] > > av> D:\tmp\TOOLS\make\make-3.81beta2\tests\work\features>head -2 > recursion.log > av> C:\UTIL\GMAKE.EXE: Entering directory > `D:/tmp/TOOLS/make/make-3.81beta2/tests' > av> C:/UTIL/GMAKE.EXE -f work/features/recursion.mk foo > > av> I wouldn't consider this an error; it might be signalled as a > av> warning (in the sense that it is probably an error of the test > av> script.) After running diff, one can translate both files and, if > av> that fixes it, count a warning. > > Hm. Maybe the thing to do is for make itself to translate the pathnames > to always have "/" instead of "\"?
That would be my suggestion as well. The DJGPP port does that already (in its library code, so don't look for that in Make's sources). _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
