/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

  1. #T gmake skip
  2. $(shell \
  3. touch filemissing; \
  4. sleep 2; \
  5. touch file1; \
  6. )
  7. all: file1
  8. @echo TEST-PASS
  9. includedeps $(TESTPATH)/includedeps.deps
  10. file1:
  11. @echo TEST-FAIL