Skip to content

Commit c5bc877

Browse files
Make x clean also clean the stamp file
1 parent b07a1e3 commit c5bc877

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bootstrap/clean.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
2121
rm_rf(&build.out.join("tmp"));
2222
rm_rf(&build.out.join("dist"));
2323
rm_rf(&build.out.join("bootstrap"));
24+
rm_rf(&build.out.join("rustfmt.stamp"));
2425

2526
for host in &build.hosts {
2627
let entries = match build.out.join(host.triple).read_dir() {

0 commit comments

Comments
 (0)