Fix Gnu-ism in script
This commit is contained in:
parent
a6c5ea2c43
commit
76c99a01a1
@ -44,7 +44,7 @@ cleanup()
|
||||
{
|
||||
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 Makefile library/Makefile programs/Makefile tests/Makefile
|
||||
git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user