diff options
author | Karel Kočí <cynerd@email.cz> | 2018-10-10 18:02:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-10-10 18:02:03 +0200 |
commit | e3de17dc4be50aa251e687a2cf4d246b8c993ace (patch) | |
tree | 3c7dedc556b25407d5f343787758ecbe4a2fba59 /templates | |
parent | 5dea8896efd5762a312316adebfb81f0556da731 (diff) | |
download | laminar-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.
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 1 |
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" |