diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-03-17 23:08:36 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-03-17 23:08:36 +0000 |
commit | 8b0f1c2004e7c38d56254fab0b49736694d28973 (patch) | |
tree | 7131bcd07e040ddcdd02d3fc8c2d77bb6cc321c8 /bfd/.Sanitize | |
parent | 68c2f07095059d6ae48c2a17570767c1e50598bb (diff) | |
download | gdb-8b0f1c2004e7c38d56254fab0b49736694d28973.zip gdb-8b0f1c2004e7c38d56254fab0b49736694d28973.tar.gz gdb-8b0f1c2004e7c38d56254fab0b49736694d28973.tar.bz2 |
Don't need mpw-xconfig.in anymore.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 4bdcc4c..16ee900 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -1,4 +1,4 @@ -# .Sanitize for devo/bfd +# .Sanitize for devo/bfd. # 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: @@ -28,9 +28,9 @@ else fi if ( echo $* | grep keep\-gm > /dev/null ) ; then - keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}" + keep_these_too="ChangeLog.gm ${keep_these_too}" else - lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}" + lose_these_too="ChangeLog.gm ${lose_these_too}" fi if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then |