diff options
author | Stu Grossman <grossman@cygnus> | 1995-10-27 17:53:44 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-10-27 17:53:44 +0000 |
commit | 0fb3e100cb114c5c9f3b56374e8a8e94aa5b4460 (patch) | |
tree | f37ad3b85d4a1da0e963cd746f144a3957ab78b7 /gdb/config/mips/.Sanitize | |
parent | cd10c7e3886bd28dc6ada58dcd5d93685a3ce865 (diff) | |
download | gdb-0fb3e100cb114c5c9f3b56374e8a8e94aa5b4460.zip gdb-0fb3e100cb114c5c9f3b56374e8a8e94aa5b4460.tar.gz gdb-0fb3e100cb114c5c9f3b56374e8a8e94aa5b4460.tar.bz2 |
* config/mips/tm-magic.h config/mips/magic.mt: New files for
magic target support.
Diffstat (limited to 'gdb/config/mips/.Sanitize')
-rw-r--r-- | gdb/config/mips/.Sanitize | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize index 71e0e5f..67b41b8 100644 --- a/gdb/config/mips/.Sanitize +++ b/gdb/config/mips/.Sanitize @@ -15,6 +15,20 @@ Do-first: +gm_files="magic.mt tm-magic.h" + +if ( echo $* | grep keep\-gm > /dev/null ) ; then + keep_these_too="${gm_files} ${keep_these_too}" + if [ -n "${verbose}" ] ; then + echo Keeping ${gm_files} + fi +else + lose_these_too="${gm_files} ${lose_these_too}" + if [ -n "${verbose}" ] ; then + echo Deleting ${gm_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 |