]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34577 - alexcrichton:clean-more-yet-again, r=brson
authorbors <bors@rust-lang.org>
Fri, 1 Jul 2016 03:07:57 +0000 (20:07 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2016 03:07:57 +0000 (20:07 -0700)
commit375fa6ef371a0ae248968d363226101ef741127e
tree2f25d29d72d0df3527566e623b2acdb827b7345c
parent85c31af981c6480a24d666d857e57d0714c46e93
parent1e48a72edc26ab266752b14bd52898584a4e1bd0
Auto merge of #34577 - alexcrichton:clean-more-yet-again, r=brson

rustbuild: Clean out tmp directory on `make clean`

Right now we generate error index information into this directory, but it's
never cleaned out. This means that if a build *bounces* because of something in
this directory it'll continue to cause all future builds to fail because the
relevant files are never removed.