1
0
forked from me/IronOS

Update build.sh

This commit is contained in:
Ben V. Brown
2020-11-25 18:19:14 +11:00
parent 8930e93f23
commit 924ecc83a4

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"