0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-29 18:06:44 +01:00
rust/mk/snap.mk

14 lines
460 B
Makefile
Raw Normal View History

2011-05-03 08:43:13 +02:00
snap-stage1: stage1/bin/rustc$(X) stage1/lib/$(CFG_RUNTIME) \
stage1/lib/$(CFG_RUSTLLVM) stage1/lib/$(CFG_STDLIB)
2011-06-30 00:12:32 +02:00
$(S)src/etc/make-snapshot.py stage1
2011-05-12 21:56:15 +02:00
snap-stage2: stage2/bin/rustc$(X) stage2/lib/$(CFG_RUNTIME) \
stage2/lib/$(CFG_RUSTLLVM) stage2/lib/$(CFG_STDLIB)
2011-06-30 00:12:32 +02:00
$(S)src/etc/make-snapshot.py stage2
2011-05-12 21:56:15 +02:00
snap-stage3: stage3/bin/rustc$(X) stage3/lib/$(CFG_RUNTIME) \
stage3/lib/$(CFG_RUSTLLVM) stage3/lib/$(CFG_STDLIB)
2011-06-30 00:12:32 +02:00
$(S)src/etc/make-snapshot.py stage3
2011-05-12 21:56:15 +02:00