tenfourfox/build/pymake/tests/native-touch.mk

16 lines
225 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
TOUCH ?= touch
foo:
$(TOUCH) bar
$(TOUCH) baz
$(MAKE) -f $(TESTPATH)/native-touch.mk baz
$(TOUCH) -t 198007040802 baz
$(MAKE) -f $(TESTPATH)/native-touch.mk baz
bar:
$(TOUCH) $@
baz: bar
echo TEST-PASS
$(TOUCH) $@