diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-16 15:45:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-16 15:45:28 +0000 |
commit | 6f1e21508b50e5316956786c1c67944f78431adf (patch) | |
tree | f682a1fb9a470b2c2b02b87f01aef5845e8e60c2 /.Sanitize | |
parent | d745e6d93de391b1ba281b29dea76a22acfbe48a (diff) | |
download | gdb-6f1e21508b50e5316956786c1c67944f78431adf.zip gdb-6f1e21508b50e5316956786c1c67944f78431adf.tar.gz gdb-6f1e21508b50e5316956786c1c67944f78431adf.tar.bz2 |
sanitize out libide unless keep-ide
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -53,7 +53,7 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf gas gawk gcc gdb gdbm gdbtest glob gperf gprof grep grez groff guile gzip include inet install-sh ispell - ld less libg++ libgcc libgloss libiberty libgui libide libio + ld less libg++ libgcc libgloss libiberty libio librx libstdc++ m4 make mkinstalldirs mmalloc move-if-change newlib ncurses opcodes pagas patch perl prms @@ -73,7 +73,7 @@ else lose_these_too="${lose_these_too} ${cygnus_files}" fi -gdbtk_files="tcl tk itcl tix" +gdbtk_files="tcl tk itcl tix libgui" if ( echo $* | grep lose\-gdbtk > /dev/null) ; then lose_these_too="${lose_these_too} ${gdbtk_files}" @@ -108,7 +108,7 @@ else keep_these_too="${keep_these_too} ${inet_files}" fi -ide_files="vmake" +ide_files="libide vmake jstools" if (echo $* | grep keep\-ide > /dev/null); then keep_these_too="${keep_these_too} ${ide_files}" |