mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
38c67a4c8d
This defines variables for host bin and lib directories as well as all target bin and lib directories then uses them everywhere.
13 lines
483 B
Makefile
13 lines
483 B
Makefile
|
|
snap-stage1: $(HOST_BIN1)/rustc$(X) $(HOST_LIB1)/$(CFG_RUNTIME) \
|
|
$(HOST_LIB1)/$(CFG_RUSTLLVM) $(HOST_LIB1)/$(CFG_STDLIB)
|
|
$(S)src/etc/make-snapshot.py stage1
|
|
|
|
snap-stage1: $(HOST_BIN2)/rustc$(X) $(HOST_LIB2)/$(CFG_RUNTIME) \
|
|
$(HOST_LIB2)/$(CFG_RUSTLLVM) $(HOST_LIB2)/$(CFG_STDLIB)
|
|
$(S)src/etc/make-snapshot.py stage1
|
|
|
|
snap-stage1: $(HOST_BIN3)/rustc$(X) $(HOST_LIB3)/$(CFG_RUNTIME) \
|
|
$(HOST_LIB3)/$(CFG_RUSTLLVM) $(HOST_LIB3)/$(CFG_STDLIB)
|
|
$(S)src/etc/make-snapshot.py stage1
|