13 lines
224 B
Makefile
Raw Normal View History

2013-12-11 13:08:23 -07:00
-include ../tools.mk
2013-12-11 13:08:23 -07:00
all:
$(RUSTC) --dep-info --lib lib.rs
sleep 1
touch foo.rs
-rm -f $(TMPDIR)/done
$(MAKE) -drf Makefile.foo
2013-12-11 13:08:23 -07:00
rm $(TMPDIR)/done
pwd
$(MAKE) -drf Makefile.foo
2013-12-11 13:08:23 -07:00
rm $(TMPDIR)/done && exit 1 || exit 0