[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU make 3.81beta3 released
From: |
Paul D. Smith |
Subject: |
Re: GNU make 3.81beta3 released |
Date: |
Wed, 29 Jun 2005 23:48:32 -0400 |
%% "Earnie Boyd" <address@hidden> writes:
eb> On 10:02:58 pm 2005-06-29 "Paul D. Smith" <address@hidden> 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 <address@hidden> 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
- Re: GNU make 3.81beta3 released, (continued)
- Re: GNU make 3.81beta3 released, Paul D. Smith, 2005/06/29
- Re: GNU make 3.81beta3 released, Earnie Boyd, 2005/06/29
- Re: GNU make 3.81beta3 released, Paul D. Smith, 2005/06/29
- Re: GNU make 3.81beta3 released, Eli Zaretskii, 2005/06/29
- Re: GNU make 3.81beta3 released, Paul D. Smith, 2005/06/29
- Re: GNU make 3.81beta3 released, Eli Zaretskii, 2005/06/29
- Re: GNU make 3.81beta3 released, Paul D. Smith, 2005/06/29
- Re: GNU make 3.81beta3 released, Earnie Boyd, 2005/06/29
- Re: GNU make 3.81beta3 released,
Paul D. Smith <=
- Re: GNU make 3.81beta3 released, Eli Zaretskii, 2005/06/29
- Re: GNU make 3.81beta3 released, Earnie Boyd, 2005/06/30
- Re: GNU make 3.81beta3 released, Earnie Boyd, 2005/06/30
- Re: GNU make 3.81beta3 released, Paul D. Smith, 2005/06/30
- Re: GNU make 3.81beta3 released, Earnie Boyd, 2005/06/30
- Re: GNU make 3.81beta3 released, Earnie Boyd, 2005/06/28
- Re: GNU make 3.81beta3 released, Paul D. Smith, 2005/06/28