build/pymake/tests/windows-paths.mk

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:b1c34f84ee40
1 all:
2 touch file.in
3 printf "%s: %s\n\ttrue" '$(CURDIR)/file.out' '$(CURDIR)/file.in' >test.mk
4 $(MAKE) -f test.mk $(CURDIR)/file.out
5 @echo TEST-PASS

mercurial