mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 23:25:38 +00:00
Fix Gnu-ism in script
This commit is contained in:
parent
a6c5ea2c43
commit
76c99a01a1
|
@ -44,7 +44,7 @@ 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
|
rm -f include/Makefile include/polarssl/Makefile programs/*/Makefile
|
||||||
git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile
|
git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile
|
||||||
git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile
|
git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile
|
||||||
|
|
Loading…
Reference in a new issue