diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-13 00:50:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-13 00:50:38 +0000 |
commit | 2ff6b38acb8cc82e3b577f0f42b98735feb821c3 (patch) | |
tree | 39ffd1c78fe7d5e5b3cac01be4e540918d2c3f0b /gdb/.Sanitize | |
parent | 177941a1c9082f3922f3a9ccb7e254ca9bd79e2f (diff) | |
download | gdb-2ff6b38acb8cc82e3b577f0f42b98735feb821c3.zip gdb-2ff6b38acb8cc82e3b577f0f42b98735feb821c3.tar.gz gdb-2ff6b38acb8cc82e3b577f0f42b98735feb821c3.tar.bz2 |
Merge supposedly (but not really) GM-specific bits into general MPW config
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 7fb7199..4a74835 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -15,7 +15,7 @@ Do-first: -mpw_files="mpw-config.in mpw-make.in ser-mac.c mac-xdep.c mac-defs.h macgdb.r ChangeLog.mpw" +mpw_files="mpw-config.in mpw-make.in ser-mac.c mac-xdep.c mac-defs.h macgdb.r mpw-init.c ChangeLog.mpw" if ( echo $* | grep keep\-mpw > /dev/null ) ; then keep_these_too="${mpw_files} ${keep_these_too}" @@ -29,20 +29,6 @@ else fi fi -gm_files="mpw-xconfig.in mpw-init.c ChangeLog.gm" - -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 - hpread_files="hpread.c ChangeLog.hpread" if ( echo $* | grep keep\-hpread > /dev/null ) ; then |