diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-10 20:26:39 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-10 20:26:39 +0000 |
commit | 3c7c1a8870d23847ed009d169c6e787edbfcb05a (patch) | |
tree | 264994cc9bec178a882993088649488cf3718d2c | |
parent | c9eb701e0ddbb8d7b47225f90a3e58c4561b9d22 (diff) | |
download | gdb-3c7c1a8870d23847ed009d169c6e787edbfcb05a.zip gdb-3c7c1a8870d23847ed009d169c6e787edbfcb05a.tar.gz gdb-3c7c1a8870d23847ed009d169c6e787edbfcb05a.tar.bz2 |
always keep MPW support files
-rw-r--r-- | config/.Sanitize | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 413c5bc..4df5b48 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -1,4 +1,4 @@ -# .Sanitize for devo/config +# .Sanitize for devo/config. # Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, @@ -15,13 +15,6 @@ Do-first: -mpw_files="mpw-mh-mpw ChangeLog.mpw" - -if ( echo $* | grep keep\-mpw > /dev/null) ; then - keep_these_too="${mpw_files} ${keep_these_too}" -else - lose_these_too="${mpw_files} ${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. @@ -62,6 +55,7 @@ mh-sysv mh-sysv4 mh-vaxult2 mh-x86pic +mpw-mh-mpw mt-netware mt-papic mt-sparcpic |