From: Tom Tromey Date: Fri, 13 Nov 1998 20:31:12 +0000 (+0000) Subject: * configure.in (host_tools): Added zip. X-Git-Tag: gdb-4_18~822 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61821e296a4c6dfdf3785d818339fa89b49ebcab;p=platform%2Fupstream%2Fbinutils.git * configure.in (host_tools): Added zip. * Makefile.in (all-target-libjava): Depend on all-zip. (all-zip): New target. (ALL_MODULES): Added all-zip. (NATIVE_CHECK_MODULES): Added check-zip. (INSTALL_MODULES): Added install-zip. (CLEAN_MODULES): Added clean-zip. --- diff --git a/ChangeLog b/ChangeLog index 54361ab..38ef2de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1998-11-12 Tom Tromey + + * configure.in (host_tools): Added zip. + * Makefile.in (all-target-libjava): Depend on all-zip. + (all-zip): New target. + (ALL_MODULES): Added all-zip. + (NATIVE_CHECK_MODULES): Added check-zip. + (INSTALL_MODULES): Added install-zip. + (CLEAN_MODULES): Added clean-zip. + Thu Nov 12 17:27:21 1998 Geoffrey Noer * Makefile.in: lose "32" from comment about cygwin. diff --git a/Makefile.in b/Makefile.in index d33a553..743f820 100644 --- a/Makefile.in +++ b/Makefile.in @@ -587,6 +587,7 @@ ALL_MODULES = \ all-vmake \ $(end-sanitize-ide) \ all-wdiff \ + all-zip \ $(EXTRA_TARGET_HOST_ALL_MODULES) # This is a list of the check targets for all of the modules which are @@ -598,7 +599,8 @@ ALL_MODULES = \ NATIVE_CHECK_MODULES = \ check-bison \ check-byacc \ - check-flex + check-flex \ + check-zip CROSS_CHECK_MODULES = \ check-apache \ @@ -767,6 +769,7 @@ INSTALL_MODULES = \ install-vmake \ $(end-sanitize-ide) \ install-wdiff \ + install-zip \ $(EXTRA_TARGET_HOST_INSTALL_MODULES) # This is a list of the targets for all of the modules which are compiled @@ -980,7 +983,8 @@ CLEAN_MODULES = \ $(start-sanitize-ide) \ clean-vmake \ $(end-sanitize-ide) \ - clean-wdiff + clean-wdiff \ + clean-zip # All of the target modules that can be cleaned CLEAN_TARGET_MODULES = \ @@ -1736,7 +1740,7 @@ all-libidetcl: all-tcl all-tk all-itcl all-ilu all-libgui all-libide # end-sanitize-ide # start-sanitize-java configure-target-libjava: $(ALL_GCC) configure-target-boehm-gc configure-target-qthreads -all-target-libjava: configure-target-libjava all-gcc all-target-newlib all-target-boehm-gc all-target-qthreads +all-target-libjava: configure-target-libjava all-gcc all-zip all-target-newlib all-target-boehm-gc all-target-qthreads # end-sanitize-java configure-target-librx: $(ALL_GCC) configure-target-newlib all-target-librx: configure-target-librx @@ -1785,6 +1789,7 @@ all-wdiff: all-target-winsup: all-target-newlib all-target-libiberty all-target-libio configure-target-winsup configure-target-winsup: configure-target-newlib all-uudecode: all-libiberty +all-zip: configure-target-libiberty: $(ALL_GCC) all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib all-target: $(ALL_TARGET_MODULES) diff --git a/configure.in b/configure.in index 88bb232..76368e8 100644 --- a/configure.in +++ b/configure.in @@ -56,7 +56,7 @@ fi # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to # 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 ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext" +host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip" # start-sanitize-ide host_tools="${host_tools} ilu vmake jstools" # end-sanitize-ide