comparison: build/pymake/tests/windows-paths.mk
build/pymake/tests/windows-paths.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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 |