about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-11-02 18:54:10 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2020-11-02 18:54:10 +0100
commit646b00ff7710fb9f8a1a6de744f38bdcb1c932d7 (patch)
tree6ea7c2f00b8bce8bd593580490bff62b9005134b
parent520a61f21b35c60d79332b32dee0827cde6d3813 (diff)
downloadrust-646b00ff7710fb9f8a1a6de744f38bdcb1c932d7.tar.gz
rust-646b00ff7710fb9f8a1a6de744f38bdcb1c932d7.zip
Revert unintentional change
-rwxr-xr-xbuild_sysroot/build_sysroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_sysroot/build_sysroot.sh b/build_sysroot/build_sysroot.sh
index 1d87562a6a4..eba15c0dd43 100755
--- a/build_sysroot/build_sysroot.sh
+++ b/build_sysroot/build_sysroot.sh
@@ -17,7 +17,7 @@ cd $(dirname "$0")
 
 # Cleanup for previous run
 #     v Clean target dir except for build scripts and incremental cache
-#rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} 2>/dev/null || true
+rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} 2>/dev/null || true
 
 # We expect the target dir in the default location. Guard against the user changing it.
 export CARGO_TARGET_DIR=target