File tree Expand file tree Collapse file tree 6 files changed +2
-5
lines changed Expand file tree Collapse file tree 6 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 77189f834cdcb3d979189eddddc0dc7de6bfee43
2
+ refs/heads/master: 59c76a371fd0522af1034a9e55efe0f44983a0a7
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ for i in \
179
179
rt rt/isaac rt/bigint rt/sync rt/test rt/arch/i386 \
180
180
rustllvm \
181
181
dl stage0 stage1 stage2 stage3 \
182
+ stage0/lib stage1/lib stage2/lib stage3/lib \
182
183
test/run-pass test/run-fail test/compile-fail \
183
184
test/bench/99-bottles test/bench/shootout
184
185
do
Original file line number Diff line number Diff line change 1
1
stage0/rustc$(X ) : $(S ) src/snapshots.txt $(S ) src/etc/get-snapshot.py $(MKFILES )
2
2
@$(call E, fetch: $@ )
3
- mkdir -p stage0/lib
4
3
$(Q )$(S ) src/etc/get-snapshot.py
5
4
$(Q ) touch $@
6
5
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ stage1/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
2
2
stage1/rustc$(X) stage0/lib/$(CFG_STDLIB) stage1/intrinsics.bc \
3
3
stage1/glue.o $(LREQ) $(MKFILES)
4
4
@$(call E, compile_and_link: $@)
5
- mkdir -p stage1/lib
6
5
$(STAGE1) --shared -o $@ $<
7
6
8
7
stage1/glue.o : stage1/rustc$(X ) stage0/lib/$(CFG_STDLIB ) stage1/intrinsics.bc \
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ stage2/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
2
2
stage2/rustc$(X) stage1/lib/$(CFG_STDLIB) stage2/intrinsics.bc \
3
3
stage2/glue.o $(LREQ) $(MKFILES)
4
4
@$(call E, compile_and_link: $@)
5
- mkdir -p stage2/lib
6
5
$(STAGE2) --shared -o $@ $<
7
6
8
7
stage2/glue.o : stage2/rustc$(X ) stage1/lib/$(CFG_STDLIB ) stage2/intrinsics.bc \
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ stage3/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
2
2
stage3/rustc$(X) stage2/lib/$(CFG_STDLIB) stage3/intrinsics.bc \
3
3
stage3/glue.o $(LREQ) $(MKFILES)
4
4
@$(call E, compile_and_link: $@)
5
- mkdir -p stage3/lib
6
5
$(STAGE3) --shared -o $@ $<
7
6
8
7
stage3/glue.o : stage3/rustc$(X ) stage2/lib/$(CFG_STDLIB ) stage3/intrinsics.bc \
You can’t perform that action at this time.
0 commit comments