11 lines
322 B
Makefile
11 lines
322 B
Makefile
|
|
snap-stage1: stage1/rustc$(X) stage1/glue.o stage1/lib/$(CFG_STDLIB)
|
|
$(S)src/etc/make-snapshot.py stage1
|
|
|
|
snap-stage2: stage2/rustc$(X) stage2/glue.o stage2/lib/$(CFG_STDLIB)
|
|
$(S)src/etc/make-snapshot.py stage2
|
|
|
|
snap-stage3: stage3/rustc$(X) stage3/glue.o stage3/lib/$(CFG_STDLIB)
|
|
$(S)src/etc/make-snapshot.py stage3
|
|
|