aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-11 17:50:58 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-11 17:50:58 +0000
commitc070fb34dfa5589d1796852f2fd5134815b042b8 (patch)
tree74927a9af16612e8021582bc3703aff7c752cf47
parent7b94b2ea7797b29c061021850f8948c14c523387 (diff)
downloadfsf-binutils-gdb-c070fb34dfa5589d1796852f2fd5134815b042b8.zip
fsf-binutils-gdb-c070fb34dfa5589d1796852f2fd5134815b042b8.tar.gz
fsf-binutils-gdb-c070fb34dfa5589d1796852f2fd5134815b042b8.tar.bz2
* Makefile.in, configure.in: Handle jstools like vmake.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in15
-rw-r--r--configure.in18
3 files changed, 30 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 783e2ec..175307c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-ide
+Mon Aug 11 13:49:46 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * Makefile.in, configure.in: Handle jstools like vmake.
+
+end-sanitize-ide
Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
diff --git a/Makefile.in b/Makefile.in
index bee5a4a..f9964f9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -481,6 +481,9 @@ ALL_MODULES = \
all-inet \
all-ispell \
all-itcl \
+ $(start-sanitize-ide) \
+ all-jstools \
+ $(end-sanitize-ide) \
all-ld \
all-libiberty \
$(start-sanitize-ide) \
@@ -553,6 +556,9 @@ CROSS_CHECK_MODULES = \
check-inet \
check-ispell \
check-itcl \
+ $(start-sanitize-ide) \
+ check-jstools \
+ $(end-sanitize-ide) \
check-ld \
check-libiberty \
$(start-sanitize-ide) \
@@ -626,6 +632,9 @@ INSTALL_MODULES = \
install-inet \
install-ispell \
install-itcl \
+ $(start-sanitize-ide) \
+ install-jstools \
+ $(end-sanitize-ide) \
install-ld \
install-libiberty \
$(start-sanitize-ide) \
@@ -780,6 +789,9 @@ CLEAN_MODULES = \
clean-inet \
clean-ispell \
clean-itcl \
+ $(start-sanitize-ide) \
+ clean-jstools \
+ $(end-sanitize-ide) \
clean-ld \
clean-libiberty \
$(start-sanitize-ide) \
@@ -1418,6 +1430,9 @@ all-indent:
all-inet: all-tcl all-send-pr all-perl
all-ispell: all-emacs19
all-itcl: all-tcl all-tk
+# start-sanitize-ide
+all-jstools: all-tcl all-tk all-libide
+# end-sanitize-ide
all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex
configure-target-libg++: $(ALL_GCC) configure-target-librx
all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++
diff --git a/configure.in b/configure.in
index 552a9ce..c11c039 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,7 @@ fi
# know that we are building the simulator.
host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu bash m4 autoconf automake ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils sn"
# start-sanitize-ide
-host_tools="${host_tools} ilu vmake"
+host_tools="${host_tools} ilu vmake jstools"
# end-sanitize-ide
# these libraries are built for the target environment, and are built after
@@ -236,7 +236,7 @@ case ${with_x} in
no)
skipdirs="${skipdirs} tk gash"
# start-sanitize-ide
- skipdirs="${skipdirs} libide vmake"
+ skipdirs="${skipdirs} libide vmake jstools"
# end-sanitize-ide
;;
*)
@@ -389,13 +389,13 @@ case "${host}" in
i[3456]86-*-vsta)
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
*-*-cygwin32)
@@ -410,7 +410,7 @@ case "${host}" in
ppc*-*-pe)
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
@@ -455,7 +455,7 @@ case "${target}" in
d30v-*-*)
noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl tix db sn gnuserv target-libiberty target-newlib target-examples"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
# end-sanitize-d30v
@@ -493,7 +493,7 @@ case "${target}" in
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
@@ -540,7 +540,7 @@ case "${target}" in
target_configdirs="$target_configdirs target-winsup"
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
@@ -549,7 +549,7 @@ case "${target}" in
powerpcle-*-solaris*)
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
rs6000-*-lynxos*)