aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-12-16 15:45:28 +0000
committerIan Lance Taylor <ian@airs.com>1997-12-16 15:45:28 +0000
commit6f1e21508b50e5316956786c1c67944f78431adf (patch)
treef682a1fb9a470b2c2b02b87f01aef5845e8e60c2 /.Sanitize
parentd745e6d93de391b1ba281b29dea76a22acfbe48a (diff)
downloadfsf-binutils-gdb-6f1e21508b50e5316956786c1c67944f78431adf.zip
fsf-binutils-gdb-6f1e21508b50e5316956786c1c67944f78431adf.tar.gz
fsf-binutils-gdb-6f1e21508b50e5316956786c1c67944f78431adf.tar.bz2
sanitize out libide unless keep-ide
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize6
1 files changed, 3 insertions, 3 deletions
diff --git a/.Sanitize b/.Sanitize
index dae079f..2ca0325 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -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}"