]> git.lizzy.rs Git - rust.git/commit
rustbuild: Fix building from an empty directory
authorAlex Crichton <alex@alexcrichton.com>
Tue, 1 Mar 2016 20:02:11 +0000 (12:02 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 1 Mar 2016 20:02:11 +0000 (12:02 -0800)
commit613f449eddf1f899287b55c16f50f32e78e70aca
tree9d137e57d04d3f211ee5ebc04d37a83ff03ecad0
parentf25f0e8de91436fbf2630150d17569525e09bab6
rustbuild: Fix building from an empty directory

A stray shutil.rmtree happened when it shouldn't have happened, causing the
entire build to fail.
src/bootstrap/bootstrap.py