2024-09-12 14:35:48 -05:00
|
|
|
#!/bin/sh
|
2018-12-14 06:58:33 -06:00
|
|
|
set -e
|
|
|
|
|
2024-08-10 10:29:17 -05:00
|
|
|
rm -rf target/ build_system/target download/ build/ dist/
|
2022-09-12 08:13:42 -05:00
|
|
|
|
|
|
|
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
|
|
|
|
# FIXME remove at some point in the future
|
2024-08-11 06:52:23 -05:00
|
|
|
rm y.bin y.bin.dSYM y.exe y.pdb 2>/dev/null || true
|
2022-11-28 11:37:30 -06:00
|
|
|
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
|
2023-01-05 11:26:54 -06:00
|
|
|
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
|