We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x.py clean
1 parent dc6121c commit 139ef75Copy full SHA for 139ef75
src/bootstrap/clean.rs
@@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
21
} else {
22
rm_rf(&build.out.join("tmp"));
23
rm_rf(&build.out.join("dist"));
24
+ rm_rf(&build.out.join("bootstrap"));
25
26
for host in &build.hosts {
27
let entries = match build.out.join(host.triple).read_dir() {
0 commit comments