]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12899 : brson/rust/cleanbacktrace, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 16 Mar 2014 08:36:21 +0000 (01:36 -0700)
committerbors <bors@rust-lang.org>
Sun, 16 Mar 2014 08:36:21 +0000 (01:36 -0700)
After `make clean` I'm seeing the build break with

```
cp: cannot stat ‘x86_64-unknown-linux-gnu/rt/libbacktrace/.libs/libbacktrace.a’: No such file or directory
```

Deleteing the libbacktrace dir entirely on clean fixes.


Trivial merge