rust/src/test/run-make/dep-info/Makefile

13 lines
221 B
Makefile
Raw Normal View History

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