Skip to content

Commit c5bc877

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/clean.rs

+1
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)