mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 15:28:14 +00:00
Make all.sh more robust in some use cases
This commit is contained in:
parent
f84f799bcf
commit
897a595406
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ cleanup()
|
|||
{
|
||||
make clean
|
||||
find -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+
|
||||
rm -f include/Makefile include/polarssl/Makefile programs/*/Makefile
|
||||
git update-index --no-skip-worktree {.,library,programs,tests}/Makefile
|
||||
git checkout -- {.,library,programs,tests}/Makefile
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue