2011-07-08 01:40:58 +02:00
|
|
|
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
|
2011-05-03 20:34:44 +02:00
|
|
|
@$(call E, fetch: $@)
|
2011-05-04 00:51:21 +02:00
|
|
|
$(Q)$(S)src/etc/get-snapshot.py
|
|
|
|
$(Q)touch $@
|
2011-05-01 22:18:52 +02:00
|
|
|
|
2011-07-16 01:12:41 +02:00
|
|
|
# Host libs will be made in the process of making rustc above.
|
2011-05-03 20:34:44 +02:00
|
|
|
|
2011-07-16 01:12:41 +02:00
|
|
|
# FIXME: temporary hack: the first two are currently carried in
|
|
|
|
# lib/ directory only, so we copy them out.
|
2011-05-03 20:34:44 +02:00
|
|
|
|
2011-07-16 01:12:41 +02:00
|
|
|
stage0/$(CFG_RUNTIME): stage0/lib/$(CFG_RUNTIME)
|
|
|
|
$(Q)cp $< $@
|
2011-05-05 03:28:30 +02:00
|
|
|
|
2011-07-16 01:12:41 +02:00
|
|
|
stage0/$(CFG_STDLIB): stage0/lib/$(CFG_STDLIB)
|
|
|
|
$(Q)cp $< $@
|
2011-07-11 22:31:47 +02:00
|
|
|
|
2011-07-12 00:33:17 +02:00
|
|
|
stage0/$(CFG_RUSTLLVM): stage0/rustc$(X)
|
2011-07-11 22:31:47 +02:00
|
|
|
$(Q)touch $@
|
|
|
|
|
2011-07-16 01:12:41 +02: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 22:31:47 +02:00
|
|
|
stage0/lib/$(CFG_RUNTIME): stage0/rustc$(X)
|
|
|
|
$(Q)touch $@
|
2011-07-16 01:12:41 +02:00
|
|
|
|
|
|
|
stage0/lib/$(CFG_STDLIB): stage0/rustc$(X)
|
|
|
|
$(Q)touch $@
|