From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11162 invoked by alias); 24 Mar 2009 07:13:23 -0000 Received: (qmail 11145 invoked by uid 22791); 24 Mar 2009 07:13:22 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Mar 2009 07:13:14 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n2O7CnuS006179 ; Tue, 24 Mar 2009 08:12:49 +0100 (CET) Received: from mailserver.u-strasbg.fr (ms1.u-strasbg.fr [IPv6:2001:660:2402:d::10]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n2O7Cnto090766 ; Tue, 24 Mar 2009 08:12:49 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n2O7Clsa013459 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Tue, 24 Mar 2009 08:12:48 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: References: <000701c9ac0a$0ad213c0$20763b40$@u-strasbg.fr> <20090323232312.GM9472@adacore.com> <000901c9ac10$1bc3a2b0$534ae810$@u-strasbg.fr> <20090324024012.GQ9472@adacore.com> In-Reply-To: <20090324024012.GQ9472@adacore.com> Subject: [PATCH] AR Index: Ignore gnulib directory Date: Tue, 24 Mar 2009 07:22:00 -0000 Message-ID: <000901c9ac4f$f4cd2a10$de677e30$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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: 2009-03/txt/msg00523.txt.bz2 I committed this with the following commit message: * gdb_find.sh: Ignore gnulib files as they are imported. Thanks for the approval, Joel. Pierre Muller Pascal language support maintainer for GDB $ cvs diff -up gdb_find.sh Index: gdb_find.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdbadmin/ss/gdb_find.sh,v retrieving revision 1.11 diff -u -p -r1.11 gdb_find.sh --- gdb_find.sh 24 Oct 2007 20:24:55 -0000 1.11 +++ gdb_find.sh 24 Mar 2009 07:09:46 -0000 @@ -6,6 +6,7 @@ find "$@" \ -name signals -prune -o \ -name testsuite -prune -o \ -name gdbserver -prune -o \ + -name gnulib -prune -o \ -name rdi-share -prune -o \ -name osf-share -prune -o \ -name nlm -prune -o \ > -----Message d'origine----- > De=A0: Joel Brobecker [mailto:brobecker@adacore.com] > Envoy=E9=A0: Tuesday, March 24, 2009 3:40 AM > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA] AR Index: Add exceptions for gnulib/string.in.h >=20 > > This can be done by adding a simple line in gdb_find.sh > > > > -name gnulib -prune -o \ > > > > Would that be a better change? >=20 > Yes - that would seem like the right thing to do (thanks for you > feedback, Tom!). Go ahead and commit that change. I don' think > that other maintainers will want us to check these files against > the ARI, but it's always easy to undo that change if some do. >=20 > Can you also post the patch you ended up checking in, just for > the record? >=20 > Thanks, > -- > Joel