Skip to content

Commit 42cb9f8

Browse files
committed
---
yaml --- r: 5644 b: refs/heads/master c: e71d17f h: refs/heads/master v: v3
1 parent 7fc1726 commit 42cb9f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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: b0560965c4263104e61a43ad91115d3e535469d7
2+
refs/heads/master: e71d17ffa67627042d665771f7fa9dd2f3a7a662

trunk/mk/snap.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ snap-stage1: $(HOST_BIN1)/rustc$(X) $(HOST_LIB1)/$(CFG_RUNTIME) \
33
$(HOST_LIB1)/$(CFG_RUSTLLVM) $(HOST_LIB1)/$(CFG_STDLIB)
44
$(S)src/etc/make-snapshot.py stage1
55

6-
snap-stage1: $(HOST_BIN2)/rustc$(X) $(HOST_LIB2)/$(CFG_RUNTIME) \
6+
snap-stage2: $(HOST_BIN2)/rustc$(X) $(HOST_LIB2)/$(CFG_RUNTIME) \
77
$(HOST_LIB2)/$(CFG_RUSTLLVM) $(HOST_LIB2)/$(CFG_STDLIB)
8-
$(S)src/etc/make-snapshot.py stage1
8+
$(S)src/etc/make-snapshot.py stage2
99

10-
snap-stage1: $(HOST_BIN3)/rustc$(X) $(HOST_LIB3)/$(CFG_RUNTIME) \
10+
snap-stage3: $(HOST_BIN3)/rustc$(X) $(HOST_LIB3)/$(CFG_RUNTIME) \
1111
$(HOST_LIB3)/$(CFG_RUSTLLVM) $(HOST_LIB3)/$(CFG_STDLIB)
12-
$(S)src/etc/make-snapshot.py stage1
12+
$(S)src/etc/make-snapshot.py stage3

0 commit comments

Comments
 (0)