diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-16 19:24:33 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-16 19:24:33 +0000 |
commit | d4e36233257d3ea2af0f4aa31e323ad1f7f670dc (patch) | |
tree | f967d2abdc95826aee558ee66c40c3d64fec1f1d /config/.Sanitize | |
parent | 48de34953fd0d9a5067fc909d08d314b01de6025 (diff) | |
download | gdb-d4e36233257d3ea2af0f4aa31e323ad1f7f670dc.zip gdb-d4e36233257d3ea2af0f4aa31e323ad1f7f670dc.tar.gz gdb-d4e36233257d3ea2af0f4aa31e323ad1f7f670dc.tar.bz2 |
* mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com).
Diffstat (limited to 'config/.Sanitize')
-rw-r--r-- | config/.Sanitize | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 5f5d990..2834391 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -15,10 +15,12 @@ Do-first: +mpw_files="mpw-mh-mpw ChangeLog.mpw" + if ( echo $* | grep keep\-mpw > /dev/null) ; then - keep_these_too="mpw-mh-mpw ChangeLog.mpw ${keep_these_too}" + keep_these_too="${mpw_files} ${keep_these_too}" else - lose_these_too="mpw-mh-mpw ChangeLog.mpw ${lose_these_too}" + lose_these_too="${mpw_files} ${lose_these_too}" fi # All files listed between the "Things-to-keep:" line and the @@ -34,6 +36,7 @@ mh-a68bsd mh-aix mh-aix386 mh-apollo68 +mh-cxux mh-decstation mh-delta88 mh-dgux |