We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabb298 commit 918e11dCopy full SHA for 918e11d
clean_all.sh
@@ -5,6 +5,6 @@ rm -rf target/ build_system/target download/ build/ dist/
5
6
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
7
# FIXME remove at some point in the future
8
-rm y.bin y.bin.dSYM y.exe y.pdb
+rm y.bin y.bin.dSYM y.exe y.pdb 2>/dev/null || true
9
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
10
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
0 commit comments