]> git.proxmox.com Git - rustc.git/blame - src/test/run-make/output-filename-conflicts-with-directory/Makefile
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / run-make / output-filename-conflicts-with-directory / Makefile
CommitLineData
2c00a5a8
XL
1-include ../tools.mk
2
3all:
4 cp foo.rs $(TMPDIR)/foo.rs
5 mkdir $(TMPDIR)/foo
6 $(RUSTC) $(TMPDIR)/foo.rs -o $(TMPDIR)/foo 2>&1 \
7 | $(CGREP) -e "the generated executable for the input file \".*foo\.rs\" conflicts with the existing directory \".*foo\""