diff options
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" |