dnscrypt-proxy update: 1.4.1
[tomato.git] / release / src / router / php / vcsclean
blobe1004e4349e204cfe95b2a26348d038a84623ec7
1 #! /bin/sh
3 if test -d 'CVS'; then
4 ${MAKE:-make} -f build/build.mk cvsclean-work
5 elif test -d '.svn'; then
6 ${MAKE:-make} -f build/build.mk svnclean-work
7 elif test -d '.git'; then
8 ${MAKE:-make} -f build/build.mk gitclean-work
9 else
10 echo "Can't figure out your VCS, not cleaning."