d30v sanitization
authorStu Grossman <grossman@cygnus>
Thu, 25 Sep 1997 01:26:07 +0000 (01:26 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 25 Sep 1997 01:26:07 +0000 (01:26 +0000)
gdb/config/.Sanitize

index fa2df864b0b027b8a57b3fefd6b0504acf45e481..6ba56c0f88d741b896716f65b28557ccd838d4be 100644 (file)
@@ -49,6 +49,20 @@ else
        lose_these_too="v850 ${lose_these_too}"
 fi
 
+d30v_files="d30v"
+
+if ( echo $* | grep keep\-d30v > /dev/null ) ; then
+       keep_these_too="${d30v_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${d30v_files}
+       fi
+else
+       lose_these_too="${d30v_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${d30v_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
This page took 0.02666 seconds and 4 git commands to generate.