diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-02-06 19:07:21 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-02-06 19:07:21 +0100 |
| commit | c6bf784d39bbc782137a6c79a672d18ea5235029 (patch) | |
| tree | fc7d8f5849a0ffb95d5f04035fb5f122d02faef8 /build_sysroot/build_sysroot.sh | |
| parent | 43f4dc622054d7794c0e86cf8203ec294534c66c (diff) | |
| download | rust-c6bf784d39bbc782137a6c79a672d18ea5235029.tar.gz rust-c6bf784d39bbc782137a6c79a672d18ea5235029.zip | |
Misc changes
Diffstat (limited to 'build_sysroot/build_sysroot.sh')
| -rwxr-xr-x | build_sysroot/build_sysroot.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_sysroot/build_sysroot.sh b/build_sysroot/build_sysroot.sh index 2e332be7e60..33da1e3dd67 100755 --- a/build_sysroot/build_sysroot.sh +++ b/build_sysroot/build_sysroot.sh @@ -6,7 +6,6 @@ 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` |
