Tweak temp files to be entirely seperate

This commit is contained in:
Ben V. Brown
2020-11-01 17:06:04 +11:00
parent 2a3cbd1986
commit fa06633539
2 changed files with 5 additions and 6 deletions

View File

@@ -132,9 +132,9 @@ 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
rm -rf Objects/*/Core/Threads >/dev/null
checkLastCommand
rm -rf Objects/Core/Src >/dev/null
rm -rf Objects/*/Core/Src >/dev/null
checkLastCommand
done
echo "Cleanup model change"