X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2Fclean_all.sh;h=f4f8c82d69f10814a052af9e45b7e79bfc61d301;hb=d531f3d6eef9eef1a699b3ffb6dce4e911690dca;hp=a7bbeb05cac5a094bc0103d5f676452cef77f8a5;hpb=3114e2bcf3a2308dd798b91feefb17d74c6a7bd4;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/clean_all.sh b/compiler/rustc_codegen_cranelift/clean_all.sh index a7bbeb05cac..f4f8c82d69f 100755 --- a/compiler/rustc_codegen_cranelift/clean_all.sh +++ b/compiler/rustc_codegen_cranelift/clean_all.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -e -rm -rf target/ build/ build_sysroot/{sysroot_src/,target/,compiler-builtins/} perf.data{,.old} +rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version} +rm -rf target/ build/ perf.data{,.old} rm -rf rand/ regex/ simple-raytracer/