diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-26 23:41:34 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-26 23:41:34 +0000 |
commit | a6148eeb0d09ff694aea0781f335ee86917d0179 (patch) | |
tree | 53d75138b7090673c10b0f9e491016e62d503035 /gas/.Sanitize | |
parent | f488a4d631804367d30deff8448a66eb1b231f2c (diff) | |
download | gdb-a6148eeb0d09ff694aea0781f335ee86917d0179.zip gdb-a6148eeb0d09ff694aea0781f335ee86917d0179.tar.gz gdb-a6148eeb0d09ff694aea0781f335ee86917d0179.tar.bz2 |
Remove GM-specific hackery, no longer needed.
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 08af740..d778c5c 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -1,4 +1,4 @@ -# .Sanitize for devo/gas +# .Sanitize for devo/gas. # Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, @@ -11,7 +11,7 @@ # The lines between the "Do-first:" line and the "Things-to-keep:" # line are executed as a /bin/sh shell script before anything else is -# done in this +# done in this directory. Do-first: @@ -21,12 +21,6 @@ else lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw" fi -if ( echo $* | grep keep\-gm > /dev/null ) ; then - keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}" -else - lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}" -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 |