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 the two are not the same.

  The path "d:foo/bar" without a slash after the colon means "foo/bar
relative to the current working directory on the D: drive".  Unless your
working directory is the root dir, that's not the same thing as
"d:/foo/bar".

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to