File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 984caa3d2685883ae81e1bf73b720d251341e2e1
2
+ refs/heads/master: 2c234fdc97414990006d26f76f598814f95fc147
Original file line number Diff line number Diff line change 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)
2
13
@$(call E, fetch: $@)
3
14
$(Q)$(S)src/etc/get-snapshot.py
4
15
$(Q)touch $@
You can’t perform that action at this time.
0 commit comments