forked from mirrors/0ad
Remove generated test files, stub_impl_hack on cleanup
At some point make clean should take care of this. Proposed By: elexis in D256 Approach suggested by: leper Reviewed By: Freagarach Differential Revision: D4219 This was SVN commit r25871.
This commit is contained in:
@@ -61,8 +61,9 @@ fi
|
|||||||
(cd ../premake/premake5/build/gmake2.macosx && ${MAKE} clean)
|
(cd ../premake/premake5/build/gmake2.macosx && ${MAKE} clean)
|
||||||
(cd ../premake/premake5/build/gmake2.unix && ${MAKE} clean)
|
(cd ../premake/premake5/build/gmake2.unix && ${MAKE} clean)
|
||||||
|
|
||||||
echo "Removing generated test files..."
|
echo "Removing generated stub and test files..."
|
||||||
|
|
||||||
|
find ../../source -name "stub_*.cpp" -type f -exec rm {} \;
|
||||||
find ../../source -name "test_*.cpp" -type f -not -name "test_setup.cpp" -exec rm {} \;
|
find ../../source -name "test_*.cpp" -type f -not -name "test_setup.cpp" -exec rm {} \;
|
||||||
|
|
||||||
echo "Cleaning build output..."
|
echo "Cleaning build output..."
|
||||||
|
|||||||
Reference in New Issue
Block a user