Prevent reuse causing lang issues due to optimisations

This commit is contained in:
Ben V. Brown
2019-12-23 19:22:16 +11:00
parent 47fb6d2cc1
commit 448b5824ff

View File

@@ -144,8 +144,9 @@ then
do
echo "Building firmware for $model in $lang"
make -j lang="$lang" model="$model" >/dev/null
checkLastCommand
rm -rf Objects >/dev/null
checkLastCommand
rm -rf Objects/src>/dev/null
done
done
else