Fix compiler warning due to missing function prototype.
[svn.git] / tools / buildbot / slaves / osx10.4-gcc4.0.1-ia32 / svnclean.sh
bloba161d8cfa64601bb1201ecae1cdfb70680d58bb2
1 #!/bin/bash
3 # ../unmount_ramd.sh
5 echo "========= make extraclean"
6 test -e Makefile && (make extraclean || exit $?)
7 rm -rf ../build/*
8 rm -rf .svn
9 rm -rf .buildbot-sourcedata
11 exit 0