> Date: Thu, 30 Jun 2005 10:39:15 +0000 > From: "Earnie Boyd" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>, <[email protected]> > > The -W is a MSYS specific hack to bash builtin pwd to display the windows > path and will only work with build environment of mingw32.
In that case, it's not a good idea to use it indiscriminately in the MinGW build. For example, I don't use MSYS to build MinGW ports; I use a port of zsh, which does return d:/foo/bar Windows-style absolute file names from its pwd. If there's no other solution, the script should use the -W switch only with pwd that supports it. We need to come up with a way to test for that support at the beginning of the test suite. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
