aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/contrib/reghunt/bin/gcc-cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/contrib/reghunt/bin/gcc-cleanup')
-rwxr-xr-xgcc-4.7/contrib/reghunt/bin/gcc-cleanup20
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc-4.7/contrib/reghunt/bin/gcc-cleanup b/gcc-4.7/contrib/reghunt/bin/gcc-cleanup
deleted file mode 100755
index 3ec1b8f05..000000000
--- a/gcc-4.7/contrib/reghunt/bin/gcc-cleanup
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh
-
-# Clean up between regression hunts.
-
-if [ "x${REG_SRCDIR}" = "x" ]; then
- if [ -f gcc-svn-env ]; then
- . ./gcc-svn-env
- elif [ -f ../gcc-svn-env ]; then
- . ../gcc-svn-env
- elif [ -f ${HOME}/etc/gcc-svn-env ]; then
- . ${HOME}/etc/gcc-svn-env
- else
- echo "$0: could not find gcc-svn-env file"
- exit 1
- fi
-fi
-
-rm -rf ${REG_SRCDIR}/gcc
-rm -rf ${REG_BUILDDIR}/obj
-rm -rf ${REG_PREFIX}