%% "Earnie Boyd" <[EMAIL PROTECTED]> writes:
eb> On 10:02:58 pm 2005-06-29 "Paul D. Smith" <[EMAIL PROTECTED]> wrote:
>> What we really need to do is figure out how to get Perl to use the
>> same method make does to determine the current directory. If that
>> can be done.
>>
eb> Could we use ``sh -c 'pwd -W''' for the mingw32 target?
What's the -W?
Right now we're using this:
$pwd = `pwd`;
which is about the same as what you suggest, I think, except for the -W
option.
One major problem with all of this is I don't really understand the
interactions between all the different Windows ports--it's more
confusing than the UNIX ports! :-).
If we use `pwd -W` will that work with "normal" (non-mingw) Windows?
What about the msc version (if that ever starts working)? Etc.
--
-------------------------------------------------------------------------------
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