Use rm -rf to avoid warnings for files that have already been removed.

This commit is contained in:
henry
2008-07-08 19:13:07 +01:00
parent 2ccd8322f0
commit 27a474bed7
4 changed files with 9 additions and 14 deletions

View File

@ -4,10 +4,8 @@
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd periodicCube
rm -rf 0 > /dev/null 2>&1
rm Ar-Ar > /dev/null 2>&1
rm constant/idList
rm -rf 0
rm -rf Ar-Ar
rm -rf constant/idList
cleanCase
cd ..