From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23554 invoked by alias); 17 Jan 2002 06:34:46 -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 23523 invoked from network); 17 Jan 2002 06:34:44 -0000 Received: from unknown (HELO ocean.lucon.org) (12.234.19.19) by sources.redhat.com with SMTP; 17 Jan 2002 06:34:44 -0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id D7FB5125C1; Wed, 16 Jan 2002 22:34:43 -0800 (PST) Date: Wed, 16 Jan 2002 22:34:00 -0000 From: "H . J . Lu" To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: I'd like to import config Message-ID: <20020116223443.A23723@lucon.org> References: <20020116124539.B14002@lucon.org> <3C460011.6090203@cygnus.com> <20020116144728.A16110@lucon.org> <3C46050C.6070807@cygnus.com> <20020116152141.A16823@lucon.org> <3C460D0E.2070203@cygnus.com> <20020116153230.A17029@lucon.org> <3C462E50.8030803@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C462E50.8030803@cygnus.com>; from ac131313@cygnus.com on Wed, Jan 16, 2002 at 08:52:16PM -0500 X-SW-Source: 2002-01/txt/msg00473.txt.bz2 On Wed, Jan 16, 2002 at 08:52:16PM -0500, Andrew Cagney wrote: > > On Wed, Jan 16, 2002 at 06:30:22PM -0500, Andrew Cagney wrote: > > > >> > config.guess; config.sub; dejagnu/config.guess; > > > >> >> >> readline/support/config.sub; readline/support/config.guess > >> >> >> > > > >> > >> > >> Did you get all these duplicates? > > > > > > No. I only updated config.guess and config.sub in binutils. > > > These need to be updated as well. Remember this is an update to the SRC > repository not just BINUTILS. If they are not all kept in sync then > really strange things will happen (as was reported during the GDB 5.1 > release cycle). Why not set a cron job to update them? H.J.