]> git.lizzy.rs Git - rust.git/commitdiff
Misc changes
authorbjorn3 <bjorn3@users.noreply.github.com>
Sun, 18 Aug 2019 12:57:46 +0000 (14:57 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sun, 18 Aug 2019 12:57:46 +0000 (14:57 +0200)
build_sysroot/build_sysroot.sh

index 5b3ea291e77388aeb073ab6e7063f5c78f93cfb9..37aa7c1908d9c49bb24b2e0df1cec3565c7d4f25 100755 (executable)
@@ -12,9 +12,9 @@ popd >/dev/null
 # 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} || true
-rm -r sysroot_src/src/{libcore,libtest}/target/$TARGET_TRIPLE/$sysroot_channel/ || true
+rm -r sysroot_src/src/{libcore,libtest}/target/ || true
 rm Cargo.lock test_target/Cargo.lock 2>/dev/null || true
-rm -r sysroot 2>/dev/null || true
+rm -r sysroot/ 2>/dev/null || true
 
 # Build libs
 export RUSTFLAGS="$RUSTFLAGS -Z force-unstable-if-unmarked"