From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16181 invoked by alias); 15 Jun 2003 03:47:34 -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 16063 invoked from network); 15 Jun 2003 03:47:30 -0000 Received: from unknown (HELO smtp-out.comcast.net) (24.153.64.116) by sources.redhat.com with SMTP; 15 Jun 2003 03:47:30 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com [12.234.88.5]) by mtaout04.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HGI009487PN4B@mtaout04.icomcast.net>; Sat, 14 Jun 2003 23:44:11 -0400 (EDT) Received: by lucon.org (Postfix, from userid 1000) id 09ED72C4E7; Sun, 15 Jun 2003 03:44:11 +0000 (UTC) Date: Sun, 15 Jun 2003 03:47:00 -0000 From: "H. J. Lu" Subject: Re: Updated config.guess and config.sub In-reply-to: <3EEBD628.4030005@redhat.com> To: Andrew Cagney Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Message-id: <20030615034410.GA12359@lucon.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <20030612144152.GA14772@lucon.org> <3EE8A3D3.5070003@solidas.com> <20030612160911.GA16056@lucon.org> <3EEA6D2F.10400@solidas.com> <20030614141014.GA1311@lucon.org> <3EEBD628.4030005@redhat.com> X-SW-Source: 2003-06/txt/msg00505.txt.bz2 On Sat, Jun 14, 2003 at 10:12:56PM -0400, Andrew Cagney wrote: > H.J. > > Don't forget: > > config.guess; config.sub; dejagnu/config.guess; dejagnu/config.sub; > readline/support/config.sub; readline/support/config.guess > config: http://savannah.gnu.org/projects/config > Patches to config-patches@gnu.org. > Changes need to be done in tandem with the official CONFIG > sources or submitted to the master file maintainer and brought > in via a merge. When updating any of these files, please be > sure to update all of them. > Please notify the following of any committed patches: > binutils@sources.redhat.com > gdb-patches@sources.redhat.com > Done. Wouldn't it be nice to set up a cron job to sync dejagnu and readline with src? I can't ssh into sources.redhat.com for some reason. It shouldn' be too hard to do. H.J.