Forgot this change in last checkin.
authorFred Fish <fnf@specifix.com>
Sat, 22 Mar 1997 23:53:32 +0000 (23:53 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 22 Mar 1997 23:53:32 +0000 (23:53 +0000)
gdb/config/.Sanitize

index e51c3d5d1ea253b5592badabdb1d3334b709eae9..4025e8b8c836469871db4e14e7ad6b0c62f9538a 100644 (file)
@@ -63,6 +63,20 @@ else
        fi
 fi
 
+tic80_files="tic80"
+
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
+       keep_these_too="${tic80_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${tic80_files}
+       fi
+else
+       lose_these_too="${tic80_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${tic80_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.024749 seconds and 4 git commands to generate.