From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23092 invoked by alias); 19 Dec 2011 06:53:18 -0000 Received: (qmail 23082 invoked by uid 22791); 19 Dec 2011 06:53:17 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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, 19 Dec 2011 06:53:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 856992BB2B0; Mon, 19 Dec 2011 01:53:04 -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 EwUJGlgYrSbL; Mon, 19 Dec 2011 01:53:04 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1DB6F2BB089; Mon, 19 Dec 2011 01:53:04 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2A3F4145615; Sun, 18 Dec 2011 22:52:56 -0800 (PST) Date: Mon, 19 Dec 2011 07:57:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Pedro Alves Subject: Re: [RFC] a script to update our gnulib import... Message-ID: <20111219065256.GR21915@adacore.com> References: <20111212001426.GG2748@adacore.com> <201112121153.19159.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201112121153.19159.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-12/txt/msg00624.txt.bz2 Hi Pedro, > The last import is recorded at the top of gnulib/Makefile.am: > > # Generated by gnulib-tool. > # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=gnulib/extra --no-libtool --macro-prefix=gl --no-vc-files memmem Yeah, I had noticed that, which is where I started from... > memmem pulls in other modules we rely on as dependency, like e.g., stdint. > It'd be better to list them explicitly. "memmem stdint wchar" does sounds > right. The dependencies in current git may have changed since the last > import, so just pulling memmem today may not bring in all we currently have. OK. I will also look at Alfred's suggestion (Alfred: to answer your question, I just don't know enough about gnulib, and the documentation still still quite sketchy - plus, we don't use automake in GDB, so that adds an extra layer of interpretation). -- Joel