2011-07-07 23:40:58 +00:00
|
|
|
stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
|
2011-05-03 18:34:44 +00:00
|
|
|
@$(call E, fetch: $@)
|
2011-05-03 22:51:21 +00:00
|
|
|
$(Q)$(S)src/etc/get-snapshot.py
|
|
|
|
$(Q)touch $@
|
2011-05-01 20:18:52 +00:00
|
|
|
|
2011-05-03 18:34:44 +00:00
|
|
|
# These two will be made in the process of making rustc above.
|
|
|
|
|
2011-07-07 23:52:01 +00:00
|
|
|
stage0/lib/glue.o: stage0/rustc$(X)
|
2011-05-03 22:51:21 +00:00
|
|
|
$(Q)touch $@
|
2011-05-03 18:34:44 +00:00
|
|
|
|
2011-06-18 01:17:15 +00:00
|
|
|
stage0/lib/$(CFG_STDLIB): stage0/rustc$(X)
|
2011-05-03 22:51:21 +00:00
|
|
|
$(Q)touch $@
|
2011-05-05 01:28:30 +00:00
|
|
|
|
2011-07-11 18:32:18 +00:00
|
|
|
stage0/intrinsics.bc: stage0/rustc$(X)
|
|
|
|
$(Q)touch $@
|
2011-07-11 20:31:47 +00:00
|
|
|
|
2011-07-11 22:33:17 +00:00
|
|
|
stage0/$(CFG_RUSTLLVM): stage0/rustc$(X)
|
2011-07-11 20:31:47 +00:00
|
|
|
$(Q)touch $@
|
|
|
|
|
|
|
|
stage0/lib/$(CFG_RUNTIME): stage0/rustc$(X)
|
|
|
|
$(Q)touch $@
|