mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Prevent reuse causing lang issues due to optimisations
This commit is contained in:
@@ -144,8 +144,9 @@ then
|
|||||||
do
|
do
|
||||||
echo "Building firmware for $model in $lang"
|
echo "Building firmware for $model in $lang"
|
||||||
make -j lang="$lang" model="$model" >/dev/null
|
make -j lang="$lang" model="$model" >/dev/null
|
||||||
|
checkLastCommand
|
||||||
|
rm -rf Objects >/dev/null
|
||||||
checkLastCommand
|
checkLastCommand
|
||||||
rm -rf Objects/src>/dev/null
|
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user