We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989b69c commit 4366c22Copy full SHA for 4366c22
1 file changed
clean_all.sh
@@ -2,9 +2,3 @@
2
set -e
3
4
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 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