We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c77ca commit f083c32Copy full SHA for f083c32
src/test/run-make/rustc-macro-dep-files/Makefile
@@ -1,6 +1,8 @@
1
-include ../../run-make-fulldeps/tools.mk
2
3
+# FIXME(eddyb) provide `HOST_RUSTC` and `TARGET_RUSTC`
4
+# instead of hardcoding them everywhere they're needed.
5
all:
- $(RUSTC) foo.rs
- $(RUSTC) bar.rs --emit dep-info
6
+ $(BARE_RUSTC) foo.rs --out-dir $(TMPDIR)
7
+ $(RUSTC) bar.rs --target $(TARGET) --emit dep-info
8
$(CGREP) -v "proc-macro source" < $(TMPDIR)/bar.d
0 commit comments