]> git.proxmox.com Git - rustc.git/blame - src/test/run-make/track-path-dep-info/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make / track-path-dep-info / Makefile
CommitLineData
f2b60f7d 1include ../../run-make-fulldeps/tools.mk
136023e0
XL
2
3# FIXME(eddyb) provide `HOST_RUSTC` and `TARGET_RUSTC`
4# instead of hardcoding them everywhere they're needed.
5ifeq ($(IS_MUSL_HOST),1)
6ADDITIONAL_ARGS := $(RUSTFLAGS)
7endif
8
9all:
10 # Proc macro
11 $(BARE_RUSTC) $(ADDITIONAL_ARGS) --out-dir $(TMPDIR) macro_def.rs
12 EXISTING_PROC_MACRO_ENV=1 $(RUSTC) --emit dep-info macro_use.rs
13 $(CGREP) "emojis.txt:" < $(TMPDIR)/macro_use.d