X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2Fclean_all.sh;fp=compiler%2Frustc_codegen_cranelift%2Fclean_all.sh;h=5a69c862d016d616d967d413d42b598cea2d934f;hb=216c4ae46352330bc7962f132fe226a7e73ab8fa;hp=3003a0ea2d102d779ec08cafe902a33af5d62340;hpb=a6403b0f04b58a35cb9f3e544b2847ee09bcf3a4;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/clean_all.sh b/compiler/rustc_codegen_cranelift/clean_all.sh index 3003a0ea2d1..5a69c862d01 100755 --- a/compiler/rustc_codegen_cranelift/clean_all.sh +++ b/compiler/rustc_codegen_cranelift/clean_all.sh @@ -1,5 +1,5 @@ #!/bin/bash --verbose set -e -rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/} perf.data{,.old} +rm -rf target/ build/ build_sysroot/{sysroot_src/,target/} perf.data{,.old} rm -rf rand/ regex/ simple-raytracer/