]> git.lizzy.rs Git - rust.git/commit
configure: Add an option to use the cargo build system
authorAlex Crichton <alex@alexcrichton.com>
Fri, 22 Jan 2016 01:05:04 +0000 (17:05 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 11 Feb 2016 19:12:33 +0000 (11:12 -0800)
commitbb2e92171fb95c911572ef58a6110c1c53fdd34c
treec6d7243945b7c3f083a250727f3301e1541180c6
parent34f7364332c95b63a742709b96141142f6cfe3d8
configure: Add an option to use the cargo build system

This commit adds a `--enable-rustbuild` option to the configure script which
will copy a different `Makefile.in` into place to intercept all `make`
invocations.

Currently this makefile only has one target, but it's expected to be filled out
quite a bit over time!
configure
src/bootstrap/mk/Makefile.in [new file with mode: 0644]