Skip to content

Commit de2bc42

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/clean.rs

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ fn clean_default(build: &Build) {
140140
rm_rf(&build.out.join("tmp"));
141141
rm_rf(&build.out.join("dist"));
142142
rm_rf(&build.out.join("bootstrap"));
143+
rm_rf(&build.out.join("bootstrap").join(".last-warned-change-id"));
143144
rm_rf(&build.out.join("rustfmt.stamp"));
144145

145146
for host in &build.hosts {

0 commit comments

Comments
 (0)