]> git.lizzy.rs Git - rust.git/blob - clean_all.sh
Force the allocator to be looked up from the perspective of the rustc binary
[rust.git] / clean_all.sh
1 #!/usr/bin/env bash
2 set -e
3
4 rm -rf target/ download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb
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 -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
9 rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}