Skip to content

Commit d3d3eb9

Browse files
committed
remove .last-warned-change-id on x clean
Signed-off-by: onur-ozkan <[email protected]>
1 parent 12ab8c6 commit d3d3eb9

File tree

1 file changed

+1
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/src/core/build_steps/clean.rs

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ fn clean_specific_stage(build: &Build, stage: u32) {
145145
fn clean_default(build: &Build) {
146146
rm_rf(&build.out.join("tmp"));
147147
rm_rf(&build.out.join("dist"));
148+
rm_rf(&build.out.join("bootstrap").join(".last-warned-change-id"));
148149
rm_rf(&build.out.join("rustfmt.stamp"));
149150

150151
for host in &build.hosts {

0 commit comments

Comments
 (0)