2011-05-03 11:34:44 -07:00
|
|
|
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
|
|
|
|
@$(call E, fetch: $@)
|
2011-05-03 15:51:21 -07:00
|
|
|
$(Q)$(S)src/etc/get-snapshot.py
|
|
|
|
$(Q)touch $@
|
2011-05-01 20:18:52 +00:00
|
|
|
|
2011-05-03 11:34:44 -07:00
|
|
|
# These two will be made in the process of making rustc above.
|
|
|
|
|
|
|
|
stage0/glue.o: stage0/rustc$(X)
|
2011-05-03 15:51:21 -07:00
|
|
|
$(Q)touch $@
|
2011-05-03 11:34:44 -07:00
|
|
|
|
|
|
|
stage0/$(CFG_STDLIB): stage0/rustc$(X)
|
2011-05-03 15:51:21 -07:00
|
|
|
$(Q)touch $@
|
2011-05-04 18:28:30 -07:00
|
|
|
|
|
|
|
# TODO: Include as part of the snapshot.
|
|
|
|
stage0/intrinsics.bc: $(INTRINSICS_BC)
|
|
|
|
@$(call E, cp: $@)
|
|
|
|
$(Q)cp $< $@
|
|
|
|
|