Skip to content

Commit fd9cb21

Browse files
committed
---
yaml --- r: 3693 b: refs/heads/master c: 2c234fd h: refs/heads/master i: 3691: 7dd632f v: v3
1 parent c894f68 commit fd9cb21

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 984caa3d2685883ae81e1bf73b720d251341e2e1
2+
refs/heads/master: 2c234fdc97414990006d26f76f598814f95fc147

trunk/mk/stage0.mk

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
1+
# FIXME: Copying rt and rustllvm to stage0 is transitional until the snapshot
2+
# that begins including them
3+
stage0/lib/$(CFG_RUNTIME): rt/$(CFG_RUNTIME)
4+
@$(call E, cp: $@)
5+
$(Q)cp $< $@
6+
7+
stage0/lib/$(CFG_RUSTLLVM): rustllvm/$(CFG_RUSTLLVM)
8+
@$(call E, cp: $@)
9+
$(Q)cp $< $@
10+
11+
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES) \
12+
stage0/lib/$(CFG_RUNTIME) stage0/lib/$(CFG_RUSTLLVM)
213
@$(call E, fetch: $@)
314
$(Q)$(S)src/etc/get-snapshot.py
415
$(Q)touch $@

0 commit comments

Comments
 (0)