From f48d4edd0c36918d39f38eac6efe51953597dce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 16 Oct 2024 10:38:55 +0200 Subject: [PATCH] all.sh: re-instate 3.6-specific code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This aligns development and 3.6 in preparation for moving to the framework repo. Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/all-core.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/all-core.sh b/tests/scripts/all-core.sh index 013e8927c..837765914 100644 --- a/tests/scripts/all-core.sh +++ b/tests/scripts/all-core.sh @@ -371,6 +371,8 @@ cleanup() -iname CMakeCache.txt -o \ -path './cmake/*.cmake' \) -exec rm -f {} \+ # Remove Makefiles generated by in-tree CMake builds + # (Not all files will exist in all branches, but that's OK.) + rm -f 3rdparty/Makefile 3rdparty/*/Makefile rm -f pkgconfig/Makefile framework/Makefile rm -f include/Makefile programs/!(fuzz)/Makefile rm -f tf-psa-crypto/Makefile tf-psa-crypto/include/Makefile