diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-11 02:08:59 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-11 02:08:59 +0000 |
commit | 49073be098319a9f78527640d0ae3646a1802b71 (patch) | |
tree | c9066469176c9455e2028a74233707d204918357 /gdb/config | |
parent | cb5aa38b3475318b02fccdd9615c3ff50dc61745 (diff) | |
download | gdb-49073be098319a9f78527640d0ae3646a1802b71.zip gdb-49073be098319a9f78527640d0ae3646a1802b71.tar.gz gdb-49073be098319a9f78527640d0ae3646a1802b71.tar.bz2 |
Always keep MPW support
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68k/.Sanitize | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gdb/config/m68k/.Sanitize b/gdb/config/m68k/.Sanitize index 7017901..0cbec16 100644 --- a/gdb/config/m68k/.Sanitize +++ b/gdb/config/m68k/.Sanitize @@ -15,20 +15,6 @@ Do-first: -mpw_files="xm-mpw.h tm-mac.h" - -if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="${mpw_files}" - if [ -n "${verbose}" ] ; then - echo Keeping ${mpw_files} - fi -else - lose_these_too="${mpw_files}" - if [ -n "${verbose}" ] ; then - echo Deleting ${mpw_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 @@ -100,6 +86,7 @@ tm-hp300bsd.h tm-hp300hpux.h tm-isi.h tm-m68kv4.h +tm-mac.h tm-monitor.h tm-news.h tm-os68k.h @@ -122,6 +109,7 @@ xm-isi.h xm-m68k.h xm-m68klynx.h xm-m68kv4.h +xm-mpw.h xm-news.h xm-news1000.h xm-sun2.h |