summaryrefslogtreecommitdiff
path: root/vcsclean
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2014-06-20 12:01:47 +0200
committerOndřej Surý <ondrej@sury.org>2014-06-20 12:01:47 +0200
commit60d44b592c4c4fdcbbf92db2882a97a9cc54713c (patch)
tree58f7068d9acde2338841263461fbf95d77a9ee2e /vcsclean
parentc63e1a09f5cbd757f59beb729fb0fb36516819a9 (diff)
downloadphp-60d44b592c4c4fdcbbf92db2882a97a9cc54713c.tar.gz
New upstream version 5.6.0~rc1+dfsgupstream/5.6.0_rc1+dfsg
Diffstat (limited to 'vcsclean')
-rwxr-xr-xvcsclean6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcsclean b/vcsclean
index e1004e434..b5d201b69 100755
--- a/vcsclean
+++ b/vcsclean
@@ -1,10 +1,6 @@
#! /bin/sh
-if test -d 'CVS'; then
- ${MAKE:-make} -f build/build.mk cvsclean-work
-elif test -d '.svn'; then
- ${MAKE:-make} -f build/build.mk svnclean-work
-elif test -d '.git'; then
+if test -d '.git'; then
${MAKE:-make} -f build/build.mk gitclean-work
else
echo "Can't figure out your VCS, not cleaning."