2011-07-07 16:40:58 -07:00
|
|
|
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
|
2011-05-03 11:34:44 -07:00
|
|
|
@$(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-07-15 16:12:41 -07:00
|
|
|
# Host libs will be made in the process of making rustc above.
|
2011-05-03 11:34:44 -07:00
|
|
|
|
2011-07-15 16:12:41 -07:00
|
|
|
# FIXME: temporary hack: the first two are currently carried in
|
|
|
|
# lib/ directory only, so we copy them out.
|
2011-05-03 11:34:44 -07:00
|
|
|
|
2011-07-15 16:12:41 -07:00
|
|
|
stage0/$(CFG_RUNTIME): stage0/lib/$(CFG_RUNTIME)
|
|
|
|
$(Q)cp $< $@
|
2011-05-04 18:28:30 -07:00
|
|
|
|
2011-07-15 16:12:41 -07:00
|
|
|
stage0/$(CFG_STDLIB): stage0/lib/$(CFG_STDLIB)
|
|
|
|
$(Q)cp $< $@
|
2011-07-11 16:31:47 -04:00
|
|
|
|
2011-07-11 18:33:17 -04:00
|
|
|
stage0/$(CFG_RUSTLLVM): stage0/rustc$(X)
|
2011-07-11 16:31:47 -04:00
|
|
|
$(Q)touch $@
|
|
|
|
|
2011-07-15 16:12:41 -07:00
|
|
|
# Target libs will be made in the process of making rustc above.
|
|
|
|
|
|
|
|
stage0/lib/glue.o: stage0/rustc$(X)
|
|
|
|
$(Q)touch $@
|
|
|
|
|
|
|
|
# FIXME: temporary hack: currently not distributing main.o like we should;
|
|
|
|
# copying from rt
|
|
|
|
|
|
|
|
stage0/lib/main.o: rt/main.o
|
|
|
|
$(Q)cp $< $@
|
|
|
|
|
2011-07-11 16:31:47 -04:00
|
|
|
stage0/lib/$(CFG_RUNTIME): stage0/rustc$(X)
|
|
|
|
$(Q)touch $@
|
2011-07-15 16:12:41 -07:00
|
|
|
|
|
|
|
stage0/lib/$(CFG_STDLIB): stage0/rustc$(X)
|
|
|
|
$(Q)touch $@
|