Make x clean also clean the stamp file
This commit is contained in:
parent
b07a1e3f5a
commit
c5bc87713f
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
|
|||
rm_rf(&build.out.join("tmp"));
|
||||
rm_rf(&build.out.join("dist"));
|
||||
rm_rf(&build.out.join("bootstrap"));
|
||||
rm_rf(&build.out.join("rustfmt.stamp"));
|
||||
|
||||
for host in &build.hosts {
|
||||
let entries = match build.out.join(host.triple).read_dir() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue