mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix cleaning temp files properly to allow re-use of STM libs
This commit is contained in:
@@ -145,7 +145,11 @@ then
|
||||
echo "Building firmware for $model in $lang"
|
||||
make -j lang="$lang" model="$model" >/dev/null
|
||||
checkLastCommand
|
||||
rm -rf Objects >/dev/null
|
||||
echo "Cleanup Temp files 1 for $model in $lang"
|
||||
rm -rf Objects/Core >/dev/null
|
||||
checkLastCommand
|
||||
echo "Cleanup Temp files 2 for $model in $lang"
|
||||
rm -rf Objects/Src >/dev/null
|
||||
checkLastCommand
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user