mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-09 12:47:47 +00:00
all.sh: Fix clean-up of Makefiles generated by CMake
Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -327,8 +327,9 @@ cleanup()
|
||||
-iname CTestTestfile.cmake -o \
|
||||
-iname CMakeCache.txt -o \
|
||||
-path './cmake/*.cmake' \) -exec rm -f {} \+
|
||||
# Recover files overwritten by in-tree CMake builds
|
||||
rm -f include/Makefile include/mbedtls/Makefile programs/!(fuzz)/Makefile
|
||||
# Remove Makefiles generated by in-tree CMake builds
|
||||
rm -f 3rdparty/Makefile 3rdparty/*/Makefile pkgconfig/Makefile framework/Makefile
|
||||
rm -f include/Makefile programs/!(fuzz)/Makefile
|
||||
|
||||
# Remove any artifacts from the component_test_cmake_as_subdirectory test.
|
||||
rm -rf programs/test/cmake_subproject/build
|
||||
|
||||
Reference in New Issue
Block a user