about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-01-31 12:43:39 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-01-31 12:43:39 +0100
commit1548411ad904844994cde01990dc9570450d419e (patch)
treeda4cec4e1850ab7ba9cad59c757503c71ed37b55
parent84f24e530a0f2359916db4b6e2f47ca52df42994 (diff)
downloadrust-1548411ad904844994cde01990dc9570450d419e.tar.gz
rust-1548411ad904844994cde01990dc9570450d419e.zip
Add missing directory to clean_all.sh
-rwxr-xr-xclean_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_all.sh b/clean_all.sh
index 5a69c862d01..b47efe72bce 100755
--- a/clean_all.sh
+++ b/clean_all.sh
@@ -1,5 +1,5 @@
 #!/bin/bash --verbose
 set -e
 
-rm -rf target/ build/ build_sysroot/{sysroot_src/,target/} perf.data{,.old}
+rm -rf target/ build/ build_sysroot/{sysroot_src/,target/,compiler-builtins/} perf.data{,.old}
 rm -rf rand/ regex/ simple-raytracer/