diff options
author | Ben V. Brown <[email protected]> | 2020-11-25 18:19:14 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2020-11-25 18:19:14 +1100 |
commit | 924ecc83a43275b9fe8148a9f703872bf7ac054c (patch) | |
tree | ad80b5dfed08ec785dae2c00c94a7ce3801778fa /workspace | |
parent | 8930e93f23352508c896f3c5e70b4f217104d3c5 (diff) | |
download | IronOS-924ecc83a43275b9fe8148a9f703872bf7ac054c.tar.gz IronOS-924ecc83a43275b9fe8148a9f703872bf7ac054c.zip |
Update build.sh
Diffstat (limited to 'workspace')
-rwxr-xr-x | workspace/TS100/build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/workspace/TS100/build.sh b/workspace/TS100/build.sh index b7928cd6..09ceb0bb 100755 --- a/workspace/TS100/build.sh +++ b/workspace/TS100/build.sh @@ -132,9 +132,7 @@ if [ ${#BUILD_LANGUAGES[@]} -gt 0 ] && [ ${#BUILD_MODELS[@]} -gt 0 ]; then make -j lang="$lang" model="$model" >/dev/null checkLastCommand echo "Cleanup Temp files for $model in $lang" - rm -rf Objects/*/Core/Threads >/dev/null - checkLastCommand - rm -rf Objects/*/Core/Src >/dev/null + rm -rf Objects/*/Core/ >/dev/null checkLastCommand done echo "Cleanup model change" |