| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-11 | bootstrap: Add a --clean flag | Alex Crichton | -0/+3 | |
| Also add a `clean` target for the makefiles to blow away everything related to the build. Note that this specifically does not tamper with: * the LLVM build directory * the directory of the bootstrap system * the cached downloads of cargo/rustc | ||||
| 2016-02-11 | configure: Add an option to use the cargo build system | Alex Crichton | -0/+23 | |
| 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! | ||||
