Skip to content

Commit

Permalink
Make x clean also clean the stamp file
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlarsan68 committed Dec 27, 2022
1 parent b07a1e3 commit c5bc877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c5bc877

Please sign in to comment.