From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16052 invoked by alias); 26 Apr 2012 16:01:51 -0000 Received: (qmail 16041 invoked by uid 22791); 26 Apr 2012 16:01:49 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.152) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Apr 2012 16:01:36 +0000 Received: from md14.u-strasbg.fr (md14.u-strasbg.fr [130.79.200.249]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q3QG1BOT035927 ; Thu, 26 Apr 2012 18:01:11 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms17.u-strasbg.fr [130.79.204.117]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q3QG1BxU001883 ; Thu, 26 Apr 2012 18:01:11 +0200 Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q3QG1BJj006842 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 26 Apr 2012 18:01:11 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Doug Evans'" , "'Joel Brobecker'" Cc: "'Pedro Alves'" , References: <4f972bf9.44d8b60a.1aeb.73dcSMTPIN_ADDED@mx.google.com> <4F97308D.2030906@gmail.com> <20120425155629.GI10958@adacore.com> <4f98223f.094ab60a.6b23.1692SMTPIN_ADDED@mx.google.com> <20120425165621.GJ10958@adacore.com> In-Reply-To: Subject: RE: ARI troubles Date: Thu, 26 Apr 2012 16:02:00 -0000 Message-ID: <003301cd23c5$cbe53ca0$63afb5e0$@muller@ics-cnrs.unistra.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: 2012-04/txt/msg00926.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Doug Evans > Envoy=E9=A0: jeudi 26 avril 2012 17:40 > =C0=A0: Joel Brobecker > Cc=A0: Pierre Muller; Pedro Alves; gdb-patches@sourceware.org > Objet=A0: Re: ARI troubles >=20 > On Wed, Apr 25, 2012 at 9:56 AM, Joel Brobecker > wrote: > >> src/gdb/contrib? > >> src/contrib? > >> > >> gcc has lots of utility scripts in their top level contrib directory. > > > > We also have a few scripts in the src/gdb/ subdirectory. Putting > > gdb_ari.sh there would keep them all together... I think that those scripts are used to generate sources in the build directory, no? =20 > That's how things like libiberty grow into unwieldy monsters. :-) > And now there's too much inertia to do any better. The usage of gdb_ari.sh is much more limited, normal users, who just want to compile a released GDB source, probably have no interest in that tool... Thus a discrete sub-directory would seem more natural to me. Note that the current ARI page lists several scripts: Scripts: gdb_ari.sh gdb_copyright.sh gdb_find.sh gdb_indent.sh gdb_makefile.sh gdb_orphan.sh but I doubt the others are really up to date and used. Pierre