]> git.lizzy.rs Git - rust.git/commit
add the option --enable-local-rust to pull rust from your environment
authorEvan McClanahan <evan@evanmcc.com>
Thu, 5 Apr 2012 22:40:34 +0000 (15:40 -0700)
committerEvan McClanahan <mcclanahan@gmail.com>
Wed, 11 Apr 2012 03:32:40 +0000 (20:32 -0700)
commit2c93b1b2df6500ca52bd2f1ffb179acc0bf368c4
treefde480a55ad48dd204a8147c903df6e846f116ab
parentfd26743bedbd10f4c1cad7aecff50de6282d32dd
add the option --enable-local-rust to pull rust from your environment
rather than the snapshots.

make sure to get all of the files.

update to add nmatsakis' requested feature of pointing to a
different rustc install root.

usage: --enable-local-rust to enable
--local-rust-root="/path/to/rustc/" to change the path, which defaults to
"/usr/local/"

Tested on OS X and Linux, likely broken on windows.
configure
mk/stage0.mk
src/etc/local_stage0.sh [new file with mode: 0755]