diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-02-03 11:25:56 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-02-03 11:25:56 +0100 |
| commit | ed9528a104bf5a18dc37f1da5f4c2a1edf33ce49 (patch) | |
| tree | 9b52ca5241257e4bedc04360b6075efe3357c181 /build_sysroot/build_sysroot.sh | |
| parent | 3308daae9d28603d52f753171883fa79d8b5d7a2 (diff) | |
| download | rust-ed9528a104bf5a18dc37f1da5f4c2a1edf33ce49.tar.gz rust-ed9528a104bf5a18dc37f1da5f4c2a1edf33ce49.zip | |
Misc changes
Diffstat (limited to 'build_sysroot/build_sysroot.sh')
| -rwxr-xr-x | build_sysroot/build_sysroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_sysroot/build_sysroot.sh b/build_sysroot/build_sysroot.sh index 33da1e3dd67..2e332be7e60 100755 --- a/build_sysroot/build_sysroot.sh +++ b/build_sysroot/build_sysroot.sh @@ -6,6 +6,7 @@ cd $(dirname "$0") cargo clean rm Cargo.lock 2>/dev/null || true rm -r sysroot 2>/dev/null || true +rm -r target 2>/dev/null || true # FIXME find a better way to get the target triple unamestr=`uname` |
