make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in builtin function abspath


From: Eli Zaretskii
Subject: Re: Bug in builtin function abspath
Date: Tue, 30 May 2006 06:22:58 +0300

> Date: Mon, 29 May 2006 22:19:18 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> BAR = $(abspath d:bar)
> all:
>       make -C d:/fubar mumble
>       make BAR=$(BAR)

Actually, with Windows 2K and XP, I think this example will yield
identical results with both interpretations.  But a slight
modification of the example will result in different behavior under
each interpretation:

BAR = $(abspath d:bar)
all:
        cd d:/fubar && make BAR=$(BAR)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]