Do-first:
+cygnus_files="release release-info build-all.mk"
+
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
- keep_these_too="${keep_these_too} release release-info build-all.mk"
+ keep_these_too="${keep_these_too} ${cygnus_files}"
else
- lose_these_too="${lose_these_too} release release-info build-all.mk"
+ lose_these_too="${lose_these_too} ${cygnus_files}"
fi
+mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
+
if ( echo $* | grep keep\-mpw > /dev/null) ; then
- keep_these_too="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${keep_these_too}"
+ keep_these_too="${keep_these_too} ${mpw_files}"
else
- lose_these_too="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${lose_these_too}"
+ lose_these_too="${lose_these_too} ${mpw_files}"
fi
# All files listed between the "Things-to-keep:" line and the
config.guess
config.sub
configure
-configure.bat
configure.in
cvs
deja-gnu
dejagnu
diff
+dosrel
dvips
emacs
etc
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