X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clean_all.sh;h=1760e5836ecce00a48f7a0236748dfb94329fce0;hb=8b478012086f4df5c21e4ec0016631fac163133f;hp=a7bbeb05cac5a094bc0103d5f676452cef77f8a5;hpb=9be3936e955139c010c3502670f67ec92440ed0c;p=rust.git diff --git a/clean_all.sh b/clean_all.sh index a7bbeb05cac..1760e5836ec 100755 --- a/clean_all.sh +++ b/clean_all.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash set -e -rm -rf target/ build/ build_sysroot/{sysroot_src/,target/,compiler-builtins/} perf.data{,.old} -rm -rf rand/ regex/ simple-raytracer/ +rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version} +rm -rf target/ build/ dist/ perf.data{,.old} y.bin +rm -rf download/ + +# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh +# FIXME remove at some point in the future +rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/