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,
Vitaly Murashev wrote on 26 June 2008 11:45:
>> . It doesn't produce fully qualified file names from drive-relative
>>names such as "d:foo/bar".
>
> Not really. My patch produces the same output for "d:foo/bar"
> and for "d:/foo/bar", the result is "d:/foo/bar"
That's a mistake, because t
> 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