rust/tests/run-make/ls-metadata/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
157 B
Makefile
Raw Normal View History

# ignore-cross-compile
include ../tools.mk
all:
$(RUSTC) foo.rs
2023-09-10 10:50:48 -05:00
$(RUSTC) -Z ls=root $(TMPDIR)/foo
touch $(TMPDIR)/bar
2023-09-10 10:50:48 -05:00
$(RUSTC) -Z ls=root $(TMPDIR)/bar