diff options
author | Fred Fish <fnf@specifix.com> | 1998-01-27 05:19:50 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1998-01-27 05:19:50 +0000 |
commit | 043fadbe52a35d137d5c4dce15d0f1b3372b3e87 (patch) | |
tree | cc935e5d8a0e2d380a53d0a20c525d6f6dd346c3 /config | |
parent | 5fcbec8f9c632ed3c04e7967d0624b3cba384c0a (diff) | |
download | gdb-043fadbe52a35d137d5c4dce15d0f1b3372b3e87.zip gdb-043fadbe52a35d137d5c4dce15d0f1b3372b3e87.tar.gz gdb-043fadbe52a35d137d5c4dce15d0f1b3372b3e87.tar.bz2 |
Fix some mswin sanitization problems.
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index c677d55..127ad3c 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -21,6 +21,12 @@ else lose_these_too="${lose_these_too} mt-r5900" fi +if ( echo $* | grep keep\-mswin > /dev/null ) ; then + keep_these_too="${keep_these_too} mh-windows" +else + lose_these_too="${lose_these_too} mh-windows" +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 @@ -64,7 +70,6 @@ mh-sun3 mh-sysv mh-sysv4 mh-vaxult2 -mh-windows mh-x86pic mpw mpw-mh-mpw |