diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-07-29 22:43:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-07-29 22:43:07 +0000 |
commit | fce537aeb2b60cdd20c2c66af37b714a92bc2708 (patch) | |
tree | 69d8a8dee05e3841843f41204eae46238c7eefea /gdb/.Sanitize | |
parent | 86b40da4da9a1dd374abc1ec2f0250a52895ce29 (diff) | |
download | gdb-fce537aeb2b60cdd20c2c66af37b714a92bc2708.zip gdb-fce537aeb2b60cdd20c2c66af37b714a92bc2708.tar.gz gdb-fce537aeb2b60cdd20c2c66af37b714a92bc2708.tar.bz2 |
Remove mentions of nonexistent things, add lose-mswin to control inclusion
of WinGDB stuff separately.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index e338e52..5f1e427 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -29,9 +29,7 @@ else fi fi -# mswin gdb is not really gdbtk, but is close enough for now. - -gdbtk_files="README.GDBTK gdbtk.c gdbtk.tcl mswin" +gdbtk_files="README.GDBTK gdbtk.c gdbtk.tcl" if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then lose_these_too="${gdbtk_files} ${lose_these_too}" @@ -45,6 +43,23 @@ else fi fi +# WinGDB files are not really ready to be part of FSF releases, but +# keep them for progressives and such. + +mswin_files="mswin" + +if ( echo $* | grep lose\-mswin > /dev/null ) ; then + lose_these_too="${mswin_files} ${lose_these_too}" + if [ -n "${verbose}" ] ; then + echo Deleting ${mswin_files} + fi +else + keep_these_too="${mswin_files} ${keep_these_too}" + if [ -n "${verbose}" ] ; then + echo Keeping ${mswin_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 @@ -77,7 +92,6 @@ annotate.h arm-convert.s arm-tdep.c arm-xdep.c -array-rom.c blockframe.c breakpoint.c breakpoint.h @@ -288,7 +302,6 @@ sparc-stub.c sparc-tdep.c sparcl-stub.c sparcl-tdep.c -sparclite stabsread.c stabsread.h stack.c |