Skip to content

Commit e71d17f

Browse files
committed
Refix the snapshot rules
1 parent b056096 commit e71d17f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)