2011-05-03 01:43:13 -05:00
|
|
|
|
2011-07-07 18:52:01 -05:00
|
|
|
snap-stage1: stage1/rustc$(X) stage1/lib/glue.o stage1/lib/$(CFG_STDLIB) \
|
2011-07-07 17:29:47 -05:00
|
|
|
stage1/lib/libstd.rlib stage1/lib/$(CFG_RUNTIME) \
|
2011-07-11 15:31:47 -05:00
|
|
|
stage1/$(CFG_RUSTLLVM)
|
2011-06-29 17:12:32 -05:00
|
|
|
$(S)src/etc/make-snapshot.py stage1
|
2011-05-12 14:56:15 -05:00
|
|
|
|
2011-07-07 18:52:01 -05:00
|
|
|
snap-stage2: stage2/rustc$(X) stage2/lib/glue.o stage2/lib/$(CFG_STDLIB) \
|
2011-07-07 17:29:47 -05:00
|
|
|
stage2/lib/libstd.rlib stage2/lib/$(CFG_RUNTIME) \
|
2011-07-11 15:31:47 -05:00
|
|
|
stage2/$(CFG_RUSTLLVM)
|
2011-06-29 17:12:32 -05:00
|
|
|
$(S)src/etc/make-snapshot.py stage2
|
2011-05-12 14:56:15 -05:00
|
|
|
|
2011-07-07 18:52:01 -05:00
|
|
|
snap-stage3: stage3/rustc$(X) stage3/lib/glue.o stage3/lib/$(CFG_STDLIB) \
|
2011-07-07 17:29:47 -05:00
|
|
|
stage3/lib/libstd.rlib stage3/lib/$(CFG_RUNTIME) \
|
2011-07-11 15:31:47 -05:00
|
|
|
stage3/$(CFG_RUSTLLVM)
|
2011-06-29 17:12:32 -05:00
|
|
|
$(S)src/etc/make-snapshot.py stage3
|
2011-05-12 14:56:15 -05:00
|
|
|
|