diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-05-07 14:39:08 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-05-07 14:39:08 +0000 |
commit | 53307c2301dba32351160a0d940869dcd5234d0f (patch) | |
tree | ceec981246fe7670b79c830364eb093554d4e453 /sim | |
parent | c939ffeb8049d10a4585ff49e781b665fcd27544 (diff) | |
download | gdb-53307c2301dba32351160a0d940869dcd5234d0f.zip gdb-53307c2301dba32351160a0d940869dcd5234d0f.tar.gz gdb-53307c2301dba32351160a0d940869dcd5234d0f.tar.bz2 |
* Finish dropping sim/txvu directory.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/.Sanitize | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sim/.Sanitize b/sim/.Sanitize index 3506894..531d802 100644 --- a/sim/.Sanitize +++ b/sim/.Sanitize @@ -15,13 +15,6 @@ Do-first: -sky_files="txvu" -if ( echo $* | grep keep\-sky > /dev/null ) ; then - keep_these_too="${sky_files} ${keep_these_too}" -else - lose_these_too="${sky_files} ${lose_these_too}" -fi - d30v_files="d30v" if ( echo $* | grep keep\-d30v > /dev/null ) ; then keep_these_too="${d30v_files} ${keep_these_too}" |