bugreport: vpath does not work if it contains more that 1 paths
"Liang, Jian" <[email protected]> Tue, 29 Jan 2013 15:01:07 +0100
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <DC7218B52792D340B42F08748571651633FE05E6FB@DEWDFECCR06.wdf.sap.corp> |
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
_______________________________________________
Make-w32 mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/make-w32