The GDB engineers ate Steve's hacks; and there was much rejoicing.
authorStan Shebs <shebs@codesourcery.com>
Fri, 2 Oct 1998 23:35:11 +0000 (23:35 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 2 Oct 1998 23:35:11 +0000 (23:35 +0000)
gdb/.Sanitize

index 3f5963ad39828eb7ef7ec710e5212555bf10f316..dc62c14c6fd454a5871303a6934542eb0c56a003 100644 (file)
@@ -29,23 +29,6 @@ else
        fi
 fi
 
-# WinGDB files are not really ready to be part of FSF releases, but
-# keep them for progressives and such.
-
-mswin_files="mswin"
-
-if ( echo $* | grep lose\-mswin > /dev/null ) ; then
-       lose_these_too="${mswin_files} ${lose_these_too}"
-       if [ -n "${verbose}" ] ; then
-               echo Deleting ${mswin_files}
-       fi
-else
-       keep_these_too="${mswin_files} ${keep_these_too}"
-       if [ -n "${verbose}" ] ; then
-               echo Keeping ${mswin_files}
-       fi
-fi
-
 tic80_files="tic80-tdep.c"
 
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
@@ -834,33 +817,6 @@ else
        done
 fi
 
-if ( echo $* | grep keep\-mswin > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping mswin stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"mswin\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-mswin/,/end-\sanitize\-mswin/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               if [ -n "${verbose}" ] ; then
-                                       echo Caching $i in .Recover...
-                               fi
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
 if ( echo $* | grep keep\-java > /dev/null ) ; then
        for i in * ; do
                if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
This page took 0.025702 seconds and 4 git commands to generate.