On Thu, Jun 26, 2008 at 10:43 PM, Eli Zaretskii <[EMAIL PROTECTED]> wrote:
>> Date: Thu, 26 Jun 2008 14:44:38 +0400
>> From: "Vitaly Murashev" <[EMAIL PROTECTED]>
>> Cc: bug-make@gnu.org
>>
>> > . It doesn't add an explicit drive letter to file names such as
>> >"/foo/bar", and generally treat
> Date: Thu, 26 Jun 2008 14:44:38 +0400
> From: "Vitaly Murashev" <[EMAIL PROTECTED]>
> Cc: bug-make@gnu.org
>
> > . It doesn't add an explicit drive letter to file names such as
> >"/foo/bar", and generally treats such names incorrectly.
>
> You are right, and i suppose that the best way is
On Wed, Jun 25, 2008 at 9:37 PM, Eli Zaretskii <[EMAIL PROTECTED]> wrote:
>> Date: Wed, 25 Jun 2008 20:19:39 +0400
>> From: "Vitaly Murashev" <[EMAIL PROTECTED]>
>>
>> I found a bug in GNU Make 3.81 on MS Windows. So let me discuss it and
>> suggest a patch.
>
> Thanks. Your code is generally OK,
> Date: Wed, 25 Jun 2008 20:19:39 +0400
> From: "Vitaly Murashev" <[EMAIL PROTECTED]>
>
> I found a bug in GNU Make 3.81 on MS Windows. So let me discuss it and
> suggest a patch.
Thanks. Your code is generally OK, but, unless I'm missing something,
it has a few deficiencies:
. It doesn't add
Hello, FSF community.
I found a bug in GNU Make 3.81 on MS Windows. So let me discuss it and
suggest a patch.
The problem take place in function abspath when trying to expand paths
which are already full qualified.
makefile for test is the next:
---
$(info test - $(abspath C:/))
$(info test - $(a