about summary refs log tree commit diff
path: root/build_sysroot/build_sysroot.sh
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2019-02-03 11:25:56 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2019-02-03 11:25:56 +0100
commited9528a104bf5a18dc37f1da5f4c2a1edf33ce49 (patch)
tree9b52ca5241257e4bedc04360b6075efe3357c181 /build_sysroot/build_sysroot.sh
parent3308daae9d28603d52f753171883fa79d8b5d7a2 (diff)
downloadrust-ed9528a104bf5a18dc37f1da5f4c2a1edf33ce49.tar.gz
rust-ed9528a104bf5a18dc37f1da5f4c2a1edf33ce49.zip
Misc changes
Diffstat (limited to 'build_sysroot/build_sysroot.sh')
-rwxr-xr-xbuild_sysroot/build_sysroot.sh1
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`