PERFORCE change 164189 for review

Jonathan Anderson jona at FreeBSD.org
Fri Jun 12 17:19:05 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164189

Change 164189 by jona at jona-trustedbsd-kentvm on 2009/06/12 17:18:32

	Made the cleanup script a little more effective

Affected files ...

.. //depot/projects/trustedbsd/capabilities/cap-support/kpowerboxserver/cleanup.sh#2 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/cap-support/kpowerboxserver/cleanup.sh#2 (text+ko) ====

@@ -3,6 +3,6 @@
 CMAKE_CRAP="CMakeCache.txt CMakeFiles CMakeTmp *.cmake *.shell"
 QT_CRAP="*_automoc.cpp* moc_*.cpp"
 
-make clean
+make clean || echo "Continuing with cleanup..."
 rm -rf $CMAKE_CRAP $QT_CRAP Makefile tags
 


More information about the p4-projects mailing list