diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-23 04:34:52 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-23 04:34:52 +0000 |
commit | 56ce514e42437797d11891ccb371a0b3da4959af (patch) | |
tree | d299d03bc78f9c38029b6eea1c544839f0e938fe /gdb | |
parent | 541a052b027778ca109f15f4e72e6be862ed6876 (diff) | |
download | gdb-56ce514e42437797d11891ccb371a0b3da4959af.zip gdb-56ce514e42437797d11891ccb371a0b3da4959af.tar.gz gdb-56ce514e42437797d11891ccb371a0b3da4959af.tar.bz2 |
Remove mt-unix sanitization, there is no mt-unix here.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/config/.Sanitize | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize index a49adda..8a523ca 100644 --- a/gdb/testsuite/config/.Sanitize +++ b/gdb/testsuite/config/.Sanitize @@ -61,17 +61,6 @@ else mv new $i fi done - echo Thawing the \"chill\" out of mt-unix... - cp mt-unix new - sed -e ' - /CHILL =/d - /CHILLFLAGS =/d - ' < mt-unix > new - if [ -n "${safe}" -a ! -f .Recover/mt-unix ] ; then - echo Caching mt-unix in .Recover... - mv mt-unix .Recover - fi - mv new mt-unix fi # eof |