Re: make-3.81: bug-report: function abspath works incorrectly on widows

2008-06-27 Thread Vitaly Murashev
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

Re: make-3.81: bug-report: function abspath works incorrectly on widows

2008-06-26 Thread Eli Zaretskii
> 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

Re: make-3.81: bug-report: function abspath works incorrectly on widows

2008-06-26 Thread Vitaly Murashev
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,

Re: make-3.81: bug-report: function abspath works incorrectly on widows

2008-06-25 Thread Eli Zaretskii
> 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

make-3.81: bug-report: function abspath works incorrectly on widows

2008-06-25 Thread Vitaly Murashev
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