mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update build.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user