]> git.lizzy.rs Git - rust.git/blob - mk/snap.mk
Makefile support for building std static.
[rust.git] / mk / snap.mk
1
2 snap-stage1: stage1/rustc$(X) stage1/glue.o stage1/lib/$(CFG_STDLIB) \
3         stage1/lib/libstd.rlib
4         $(S)src/etc/make-snapshot.py stage1
5
6 snap-stage2: stage2/rustc$(X) stage2/glue.o stage2/lib/$(CFG_STDLIB) \
7         stage2/lib/libstd.rlib
8         $(S)src/etc/make-snapshot.py stage2
9
10 snap-stage3: stage3/rustc$(X) stage3/glue.o stage3/lib/$(CFG_STDLIB) \
11         stage3/lib/libstd.rlib
12         $(S)src/etc/make-snapshot.py stage3
13