From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15591 invoked by alias); 5 Nov 2012 23:38:03 -0000 Received: (qmail 15581 invoked by uid 22791); 5 Nov 2012 23:38:03 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO,URIBL_BLACK X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Nov 2012 23:37:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 76B7B1C7D54; Mon, 5 Nov 2012 18:37:58 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YW4p-a9oK2Un; Mon, 5 Nov 2012 18:37:58 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3DA071C7C71; Mon, 5 Nov 2012 18:37:58 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8B8A3C8816; Mon, 5 Nov 2012 15:37:53 -0800 (PST) Date: Mon, 05 Nov 2012 23:38:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA] script to update our gnulib-import (take 2) Message-ID: <20121105233753.GB5103@adacore.com> References: <20121024210951.GI3523@adacore.com> <87a9v3wvlb.fsf@fleche.redhat.com> <20121105231019.GA5103@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121105231019.GA5103@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00102.txt.bz2 > > Joel> * gnulib/update-gnulib.sh: New script. > > > > I think it is fine. > > Thanks, Tom. Applied. I've also looked at our internals manual as well as wiki. gnulib wasn't referenced anywhere, but there was a "Developer Tips" page which had instructions on how to regenerate the configure after changing gdb/configure.ac. So I added a new section there about gnulib as well. -- Joel