]> git.lizzy.rs Git - rust.git/commit
bootstrap: Add a --clean flag
authorAlex Crichton <alex@alexcrichton.com>
Fri, 12 Feb 2016 04:44:03 +0000 (20:44 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 12 Feb 2016 04:44:03 +0000 (20:44 -0800)
commita1c13d03a5bbbc99d595906e566912e0bad337b3
tree171fab5c6db69b9128e5119c38861dd7d6a113ec
parent4b2c7030fd3c8773fc9d567ae240e896d5616be7
bootstrap: Add a --clean flag

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
src/bootstrap/build/clean.rs [new file with mode: 0644]
src/bootstrap/build/flags.rs
src/bootstrap/build/mod.rs
src/bootstrap/mk/Makefile.in