aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize30
1 files changed, 0 insertions, 30 deletions
diff --git a/.Sanitize b/.Sanitize
index ef647f8..a955c5d 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -135,36 +135,6 @@ fi
mv new Makefile.in
if [ -n "${verbose}" ] ; then
- echo Looking for signs of \"v9\"...
-fi
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- for i in * ; do
- if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping v9 stuff in $i
- fi
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Cleaning the \"v9\" out of $i...
- fi
- cp $i new
- sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
-if [ -n "${verbose}" ] ; then
echo Thawing away the \"chill\"...
fi