oops - fixed bugs in new v850e/q rules.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
index 514b833de93d7ef95209efe7268ad8231cca5593..6678ae804c13783c4e8d8636348fb63d508ce645 100644 (file)
@@ -335,6 +335,7 @@ else
 fi
 
 v850_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h elf32-v850.c"
+v850e_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
        for i in $v850_files ; do
                if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
@@ -345,12 +346,12 @@ if ( echo $* | grep keep\-v850 > /dev/null ) ; then
        done
 else
   if ( echo $* | grep keep\-v850e > /dev/null ) ; then
-    ;
+    true
   else
     if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
-      ;
+      true
     else
-       for i in $v850_files ; do
+       for i in $v850e_files ; do
                if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
                                echo Removing traces of \"v850\" from $i...
This page took 0.023605 seconds and 4 git commands to generate.