> Date: Mon, 29 May 2006 22:19:18 +0300
> From: Eli Zaretskii <[EMAIL PROTECTED]>
> Cc: [email protected]
>
> 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)
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32