build/pymake/tests/vpath-directive-dynamic.mk

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:decd352a4504
1 $(shell \
2 mkdir subd1; \
3 touch subd1/test.in; \
4 )
5
6 VVAR = %.in subd1
7
8 vpath $(VVAR)
9
10 all: test.in
11 test "$<" = "subd1/test.in"
12 @echo TEST-PASS

mercurial