From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9244 invoked by alias); 2 Jul 2002 18:29:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9227 invoked from network); 2 Jul 2002 18:29:05 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 2 Jul 2002 18:29:05 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17PSMv-0004go-00; Tue, 02 Jul 2002 14:27:17 -0400 Date: Tue, 02 Jul 2002 11:29:00 -0000 To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: [patch] don't build send-pr,prms,gnats.tar Message-ID: <20020702182717.GA18022@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: Nathanael Nerode X-SW-Source: 2002-07/txt/msg00036.txt.bz2 'prms' and 'send-pr' are leftovers from building GNATS in the ubertree. Modern versions of GNATS don't and can't build in this tree, so I figure we can get rid of this... 2002-07-02 Nathanael Nerode * Makefile.in: Don't build prms, send-pr, or GNATS tar files. * configure.in: Ditto. Index: Makefile.in =================================================================== RCS file: /cvs/gcc/gcc/Makefile.in,v retrieving revision 1.108 diff -u -r1.108 Makefile.in --- Makefile.in 2 Jul 2002 18:01:37 -0000 1.108 +++ Makefile.in 2 Jul 2002 18:23:06 -0000 @@ -565,13 +565,11 @@ all-opcodes \ all-patch \ all-perl \ - all-prms \ all-rcs \ all-readline \ all-release \ all-recode \ all-sed \ - all-send-pr \ all-shellutils \ all-sid \ all-sim \ @@ -636,12 +634,10 @@ check-opcodes \ check-patch \ check-perl \ - check-prms \ check-rcs \ check-readline \ check-recode \ check-sed \ - check-send-pr \ check-shellutils \ check-snavigator \ check-sid \ @@ -707,12 +703,10 @@ install-mmalloc \ install-patch \ install-perl \ - install-prms \ install-rcs \ install-readline \ install-recode \ install-sed \ - install-send-pr \ install-shellutils \ install-sid \ install-sim \ @@ -876,13 +870,11 @@ clean-opcodes \ clean-patch \ clean-perl \ - clean-prms \ clean-rcs \ clean-readline \ clean-release \ clean-recode \ clean-sed \ - clean-send-pr \ clean-shellutils \ clean-sid \ clean-sim \ @@ -1740,14 +1732,12 @@ all-opcodes: all-bfd all-libiberty all-patch: all-libiberty all-perl: -all-prms: all-libiberty configure-target-qthreads: $(ALL_GCC_C) all-target-qthreads: configure-target-qthreads all-rcs: all-readline: all-recode: all-libiberty all-sed: all-libiberty -all-send-pr: all-prms all-shellutils: all-sid: all-tcl all-tk all-sim: all-libiberty all-bfd all-opcodes all-readline @@ -2017,12 +2007,6 @@ $(MAKE) -f Makefile.in taz TOOL=gas \ MD5PROG="$(MD5PROG)" \ SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" - -GNATS_SUPPORT_DIRS=include libiberty send-pr -gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats - $(MAKE) -f Makefile.in taz TOOL=gnats \ - MD5PROG="$(MD5PROG)" \ - SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)" .PHONY: gdb.tar.bz2 GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl Index: configure.in =================================================================== RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.166 diff -u -r1.166 configure.in --- configure.in 2 Jul 2002 18:01:37 -0000 1.166 +++ configure.in 2 Jul 2002 18:23:08 -0000 @@ -49,7 +49,7 @@ # 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 sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator libtool gettext zip fastjar" +host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator libtool gettext zip fastjar" # libgcj represents the runtime libraries only used by gcj. libgcj="target-libffi \ @@ -90,7 +90,7 @@ # # This must be a single line because of the way it is searched by grep in # the code below. -native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf" +native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 snavigator gnuserv target-gperf" # directories to be built in a cross environment only # @@ -222,26 +222,26 @@ noconfigdirs="$noconfigdirs byacc" ;; i[3456]86-*-vsta) - noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl tix db snavigator gnuserv gettext" + noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc gprof uudecode dejagnu diff guile perl itcl tix db snavigator gnuserv gettext" ;; i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*) - noconfigdirs="tcl tk expect dejagnu send-pr uudecode guile itcl tix db snavigator gnuserv libffi" + noconfigdirs="tcl tk expect dejagnu uudecode guile itcl tix db snavigator gnuserv libffi" ;; i[3456]86-*-mingw32*) - # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl tix db snavigator gnuserv" - noconfigdirs="expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool" + # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc uudecode dejagnu diff guile perl itcl tix db snavigator gnuserv" + noconfigdirs="expect dejagnu autoconf automake rcs guile perl texinfo libtool" ;; i[3456]86-*-beos*) noconfigdirs="$noconfigdirs tk itcl tix libgui gdb" ;; *-*-cygwin*) - noconfigdirs="autoconf automake send-pr rcs guile perl" + noconfigdirs="autoconf automake rcs guile perl" ;; *-*-netbsd*) noconfigdirs="rcs" ;; ppc*-*-pe) - noconfigdirs="patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl tix db snavigator gnuserv" + noconfigdirs="patch diff make tk tcl expect dejagnu autoconf automake texinfo bison gprof rcs guile perl itcl tix db snavigator gnuserv" ;; powerpc-*-beos*) noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline" @@ -324,7 +324,7 @@ sh*-*-pe|mips*-*-pe|*arm-wince-pe) noconfigdirs="$noconfigdirs ${libgcj}" noconfigdirs="$noconfigdirs target-examples" - noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr" + noconfigdirs="$noconfigdirs target-libiberty texinfo" noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim" noconfigdirs="$noconfigdirs expect dejagnu" # the C++ libraries don't build on top of CE's C libraries