mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) foo.rs
|
|
$(RUSTC) -Z ls=root $(TMPDIR)/foo
|
|
touch $(TMPDIR)/bar
|
|
$(RUSTC) -Z ls=root $(TMPDIR)/bar
|