]> git.lizzy.rs Git - rust.git/blob - mk/stage0.mk
doc: 'if' expressions no longer require parens
[rust.git] / mk / stage0.mk
1 # Extract the snapshot host compiler
2
3 $(HOST_BIN0)/rustc$(X): \
4         $(S)src/snapshots.txt \
5         $(S)src/etc/get-snapshot.py $(MKFILES)
6         @$(call E, fetch: $@)
7         $(Q)$(S)src/etc/get-snapshot.py
8         $(Q)touch $@
9
10 # Host libs will be extracted by the above rule
11
12 $(HOST_LIB0)/$(CFG_RUNTIME): $(HOST_BIN0)/rustc$(X)
13         $(Q)touch $@
14
15 $(HOST_LIB0)/$(CFG_STDLIB): $(HOST_BIN0)/rustc$(X)
16         $(Q)touch $@
17
18 $(HOST_LIB0)/$(CFG_RUSTLLVM): $(HOST_BIN0)/rustc$(X)
19         $(Q)touch $@