Skip to content

Commit 52aa24e

Browse files
committed
Move cleaning of y.bin to the "to be removed" section in clean_all.sh
1 parent e55c630 commit 52aa24e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clean_all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
rm -rf target/ build_system/target download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb
4+
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
89
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
910
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}

0 commit comments

Comments
 (0)