1
0
forked from me/IronOS

Merge branch 'master' into patch-1

This commit is contained in:
Witska
2020-11-25 20:32:28 +02:00
committed by GitHub

View File

@@ -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"