]> git.lizzy.rs Git - rust.git/commit
bootstrap: Read configuration from config.mk
authorAlex Crichton <alex@alexcrichton.com>
Fri, 20 Nov 2015 00:55:21 +0000 (16:55 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 11 Feb 2016 18:42:43 +0000 (10:42 -0800)
commit0a54e4dd8704b2850f083c62ca782886e5587d18
treebcf7a3c66d56b1e5a446af1a587d8c7c96f09e22
parent046e6874c47ec55e23b7a566bca51d2920562485
bootstrap: Read configuration from config.mk

During the transition period where we're still using ./configure and makefiles,
read some extra configuration from `config.mk` if it's present. This means that
the bootstrap build should be configured the same as the original ./configure
invocation.

Eventually this will all be removed in favor of only storing information in
`config.toml` (e.g. the configure script will generate config.toml), but for now
this should suffice.
src/bootstrap/bootstrap.py
src/bootstrap/build/compile.rs
src/bootstrap/build/config.rs