]> git.lizzy.rs Git - rust.git/blob - mk/snap.mk
Refix the snapshot rules
[rust.git] / mk / snap.mk
1
2 snap-stage1: $(HOST_BIN1)/rustc$(X) $(HOST_LIB1)/$(CFG_RUNTIME) \
3         $(HOST_LIB1)/$(CFG_RUSTLLVM) $(HOST_LIB1)/$(CFG_STDLIB)
4         $(S)src/etc/make-snapshot.py stage1
5
6 snap-stage2: $(HOST_BIN2)/rustc$(X) $(HOST_LIB2)/$(CFG_RUNTIME) \
7         $(HOST_LIB2)/$(CFG_RUSTLLVM) $(HOST_LIB2)/$(CFG_STDLIB)
8         $(S)src/etc/make-snapshot.py stage2
9
10 snap-stage3: $(HOST_BIN3)/rustc$(X) $(HOST_LIB3)/$(CFG_RUNTIME) \
11         $(HOST_LIB3)/$(CFG_RUSTLLVM) $(HOST_LIB3)/$(CFG_STDLIB)
12         $(S)src/etc/make-snapshot.py stage3