Clean bootstrap artifacts on x.py clean
This commit is contained in:
parent
dc6121ca68
commit
139ef750ee
@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
|
||||
} else {
|
||||
rm_rf(&build.out.join("tmp"));
|
||||
rm_rf(&build.out.join("dist"));
|
||||
rm_rf(&build.out.join("bootstrap"));
|
||||
|
||||
for host in &build.hosts {
|
||||
let entries = match build.out.join(host.triple).read_dir() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user