summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-10-10 18:02:03 +0200
committerKarel Kočí <cynerd@email.cz>2018-10-10 18:02:03 +0200
commite3de17dc4be50aa251e687a2cf4d246b8c993ace (patch)
tree3c7dedc556b25407d5f343787758ecbe4a2fba59
parent5dea8896efd5762a312316adebfb81f0556da731 (diff)
downloadlaminar-cnf-e3de17dc4be50aa251e687a2cf4d246b8c993ace.tar.gz
laminar-cnf-e3de17dc4be50aa251e687a2cf4d246b8c993ace.tar.bz2
laminar-cnf-e3de17dc4be50aa251e687a2cf4d246b8c993ace.zip
turris4x: preserve build_dir
Some packages such as kernel/linux are reusing others build_dir. This is really problematic because that meanst that we can't remove build_dir to free up space on disk.
-rwxr-xr-xtemplates/turris4x.run1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index 1c93188..794bd04 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -30,7 +30,6 @@ else
CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" \
CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" \
../turris-build/compile_fw -a "$njobs" -t $BOARD -p $BRANCH repo_prepare prepare_tools
- rm -rf build_dir
cd ..
rm -rf "$WORKSPACE/openwrt-sdk"
cp -a openwrt "$WORKSPACE/openwrt-sdk"