make-w32
[Top][All Lists]
Advanced

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

bugreport: vpath does not work if it contains more that 1 paths


From: Liang, Jian
Subject: bugreport: vpath does not work if it contains more that 1 paths
Date: Tue, 29 Jan 2013 15:01:07 +0100

Hi,

 

I put a file a.c in c:\temp, and write Makefile like this:

 

---------

VPATH=c:/temp:c:/tmp

# It can find the file if there’s only 1 path:

# VPATH=c:/temp

 

all: a.c

                echo "$^"

---------

I tried colon or semi-colon as the separator, either not work.

It cannot find a.c and should have bug.

 

Best Regards

Liang, Jian

 


reply via email to

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