/build/pymake/tests/includedeps-norebuild.mk
http://github.com/zpao/v8monkey · Makefile · 15 lines · 10 code · 4 blank · 1 comment · 0 complexity · 5d20e02f3d24101c0fb8a2e8628e1883 MD5 · raw file
- #T gmake skip
- $(shell \
- touch filemissing; \
- sleep 2; \
- touch file1; \
- )
- all: file1
- @echo TEST-PASS
- includedeps $(TESTPATH)/includedeps.deps
- file1:
- @echo TEST-FAIL