Cleanup: rm all files generated by cmake
Again, unrelated, except I kept noticing. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
389150d4db
commit
bfe54d703d
1 changed files with 2 additions and 1 deletions
|
@ -292,7 +292,8 @@ cleanup()
|
||||||
-iname CMakeFiles -exec rm -rf {} \+ -o \
|
-iname CMakeFiles -exec rm -rf {} \+ -o \
|
||||||
\( -iname cmake_install.cmake -o \
|
\( -iname cmake_install.cmake -o \
|
||||||
-iname CTestTestfile.cmake -o \
|
-iname CTestTestfile.cmake -o \
|
||||||
-iname CMakeCache.txt \) -exec rm -f {} \+
|
-iname CMakeCache.txt -o \
|
||||||
|
-path './cmake/*.cmake' \) -exec rm -f {} \+
|
||||||
# Recover files overwritten by in-tree CMake builds
|
# Recover files overwritten by in-tree CMake builds
|
||||||
rm -f include/Makefile include/mbedtls/Makefile programs/*/Makefile
|
rm -f include/Makefile include/mbedtls/Makefile programs/*/Makefile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue