From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 686 invoked by alias); 19 Dec 2011 19:05:23 -0000 Received: (qmail 677 invoked by uid 22791); 19 Dec 2011 19:05:21 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Dec 2011 19:05:02 +0000 Received: from ams by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RciWC-0001om-LT; Mon, 19 Dec 2011 14:05:00 -0500 Date: Mon, 19 Dec 2011 19:09:00 -0000 Message-Id: From: ams@gnu.org (Alfred M. Szmidt) To: Joel Brobecker CC: gdb-patches@sourceware.org, alves.ped@gmail.com In-reply-to: <20111219065256.GR21915@adacore.com> (message from Joel Brobecker on Mon, 19 Dec 2011 10:52:56 +0400) Subject: Re: [RFC] a script to update our gnulib import... Reply-to: ams@gnu.org References: <20111212001426.GG2748@adacore.com> <201112121153.19159.pedro@codesourcery.com> <20111219065256.GR21915@adacore.com> X-IsSubscribed: yes 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/msg00645.txt.bz2 > 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). If you'd like I can help you, the bootstrap script in gnulib doesn't depend on automake I think.