]> git.lizzy.rs Git - rust.git/blobdiff - build_sysroot/build_sysroot.sh
Fix and enable libstd building
[rust.git] / build_sysroot / build_sysroot.sh
index 2e332be7e60879c7e045e2e98384352b1335b5ad..33da1e3dd67920f50401d43026092f75748e446c 100755 (executable)
@@ -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`