]> git.lizzy.rs Git - rust.git/blob - mk/snap.mk
Update snapshot scripts for the new regime
[rust.git] / mk / snap.mk
1
2 snap-stage1: stage1/bin/rustc$(X) stage1/lib/$(CFG_RUNTIME) \
3         stage1/lib/$(CFG_RUSTLLVM) stage1/lib/$(CFG_STDLIB)
4         $(S)src/etc/make-snapshot.py stage1
5
6 snap-stage2: stage2/bin/rustc$(X) stage2/lib/$(CFG_RUNTIME) \
7         stage2/lib/$(CFG_RUSTLLVM) stage2/lib/$(CFG_STDLIB)
8         $(S)src/etc/make-snapshot.py stage2
9
10 snap-stage3: stage3/bin/rustc$(X) stage3/lib/$(CFG_RUNTIME) \
11         stage3/lib/$(CFG_RUSTLLVM) stage3/lib/$(CFG_STDLIB)
12         $(S)src/etc/make-snapshot.py stage3
13