Skip to content

Commit fbd5f88

Browse files
committed
---
yaml --- r: 3225 b: refs/heads/master c: 59c76a3 h: refs/heads/master i: 3223: 63c5039 v: v3
1 parent a428bd5 commit fbd5f88

File tree

6 files changed

+2
-5
lines changed

6 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 77189f834cdcb3d979189eddddc0dc7de6bfee43
2+
refs/heads/master: 59c76a371fd0522af1034a9e55efe0f44983a0a7

trunk/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ for i in \
179179
rt rt/isaac rt/bigint rt/sync rt/test rt/arch/i386 \
180180
rustllvm \
181181
dl stage0 stage1 stage2 stage3 \
182+
stage0/lib stage1/lib stage2/lib stage3/lib \
182183
test/run-pass test/run-fail test/compile-fail \
183184
test/bench/99-bottles test/bench/shootout
184185
do

trunk/mk/stage0.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
22
@$(call E, fetch: $@)
3-
mkdir -p stage0/lib
43
$(Q)$(S)src/etc/get-snapshot.py
54
$(Q)touch $@
65

trunk/mk/stage1.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ stage1/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
22
stage1/rustc$(X) stage0/lib/$(CFG_STDLIB) stage1/intrinsics.bc \
33
stage1/glue.o $(LREQ) $(MKFILES)
44
@$(call E, compile_and_link: $@)
5-
mkdir -p stage1/lib
65
$(STAGE1) --shared -o $@ $<
76

87
stage1/glue.o: stage1/rustc$(X) stage0/lib/$(CFG_STDLIB) stage1/intrinsics.bc \

trunk/mk/stage2.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ stage2/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
22
stage2/rustc$(X) stage1/lib/$(CFG_STDLIB) stage2/intrinsics.bc \
33
stage2/glue.o $(LREQ) $(MKFILES)
44
@$(call E, compile_and_link: $@)
5-
mkdir -p stage2/lib
65
$(STAGE2) --shared -o $@ $<
76

87
stage2/glue.o: stage2/rustc$(X) stage1/lib/$(CFG_STDLIB) stage2/intrinsics.bc \

trunk/mk/stage3.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ stage3/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
22
stage3/rustc$(X) stage2/lib/$(CFG_STDLIB) stage3/intrinsics.bc \
33
stage3/glue.o $(LREQ) $(MKFILES)
44
@$(call E, compile_and_link: $@)
5-
mkdir -p stage3/lib
65
$(STAGE3) --shared -o $@ $<
76

87
stage3/glue.o: stage3/rustc$(X) stage2/lib/$(CFG_STDLIB) stage3/intrinsics.bc \

0 commit comments

Comments
 (0)