mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +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
|
make clean
|
||||||
find -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+
|
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
|
git checkout -- {.,library,programs,tests}/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user