Fix Gnu-ism in script

This commit is contained in:
Manuel Pégourié-Gonnard 2014-12-11 10:33:43 +01:00
parent a6c5ea2c43
commit 76c99a01a1

View file

@ -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