m32rx -> cygnus sanitization change.
authorJeff Law <law@redhat.com>
Fri, 5 Feb 1999 17:20:25 +0000 (17:20 +0000)
committerJeff Law <law@redhat.com>
Fri, 5 Feb 1999 17:20:25 +0000 (17:20 +0000)
include/elf/.Sanitize

index 31a35cf5cf27c8e99c36c475b38ec07d2b3ec5f7..f0324a51bf2c9c52e8af87c6bb97ffb27aa6e5ff 100644 (file)
@@ -53,34 +53,6 @@ Things-to-lose:
 
 Do-last:
 
-m32rx_files="ChangeLog m32r.h"
-if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
-       for i in $m32rx_files ; do
-               if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping m32rx stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $m32rx_files ; do
-               if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"m32rx\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/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
-
 sky_files="ChangeLog mips.h"
 if ( echo $* | grep keep\-sky > /dev/null ) ; then
        for i in $sky_files ; do
@@ -193,7 +165,7 @@ else
        done
 fi
 
-cygnus_files="mips.h mn10300.h"
+cygnus_files="mips.h mn10300.h ChangeLog m32r.h"
 if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
        for i in $cygnus_files ; do
                if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
This page took 0.034763 seconds and 4 git commands to generate.