mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
Make all.sh more robust in some use cases
This commit is contained in:
parent
f84f799bcf
commit
897a595406
@ -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 New Issue
Block a user