Add sanitize-sky for txvu stuff.
authorRon Unrau <runrau@cygnus>
Thu, 22 Jan 1998 23:25:18 +0000 (23:25 +0000)
committerRon Unrau <runrau@cygnus>
Thu, 22 Jan 1998 23:25:18 +0000 (23:25 +0000)
gdb/.Sanitize
gdb/config/mips/.Sanitize

index 165a594c5da690d9c4e6d52c1a643537cae10daf..ce1d063f87e4d496283288e7ea3ff5fd72533f94 100644 (file)
@@ -74,6 +74,20 @@ else
        fi
 fi
 
+sky_files="txvu-tdep.c"
+
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+       keep_these_too="${sky_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${sky_files}
+       fi
+else
+       lose_these_too="${sky_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${sky_files}
+       fi
+fi
+
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
@@ -632,6 +646,33 @@ else
        done
 fi
 
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping sky stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"sky\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/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\-vr5400 > /dev/null ) ; then
        for i in * ; do
                if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
index 3953b5a1257f2d84273015317995140ae2647c8b..fd379ffc659fa2862cb8ad71c6a1aaf731ce5b64 100644 (file)
@@ -49,6 +49,12 @@ else
        lose_these_too="tm-r5900.h r5900.mt ${lose_these_too}"
 fi
 
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+       keep_these_too="tm-txvu.h txvu.mt ${keep_these_too}"
+else
+       lose_these_too="tm-txvu.h txvu.mt ${lose_these_too}"
+fi
+
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize