Skip to content

Commit 918e11d

Browse files
committed
Fix clean_all.sh
1 parent fabb298 commit 918e11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clean_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ rm -rf target/ build_system/target download/ build/ dist/
55

66
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
77
# FIXME remove at some point in the future
8-
rm y.bin y.bin.dSYM y.exe y.pdb
8+
rm y.bin y.bin.dSYM y.exe y.pdb 2>/dev/null || true
99
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
1010
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}

0 commit comments

Comments
 (0)