From 897a595406a4642df79816e47d2fc2dea66060c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 25 Mar 2014 13:23:04 +0100 Subject: [PATCH] Make all.sh more robust in some use cases --- tests/scripts/all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index e9aa1ba00e..205966eb6c 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -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 }