From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12549 invoked by alias); 23 Oct 2012 15:21:31 -0000 Received: (qmail 12539 invoked by uid 22791); 23 Oct 2012 15:21:30 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=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.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Oct 2012 15:21:26 +0000 Received: from md16.u-strasbg.fr (md16.u-strasbg.fr [130.79.200.206]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q9NFLLM3054647 ; Tue, 23 Oct 2012 17:21:22 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms12.u-strasbg.fr [130.79.204.112]) by md16.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q9NFLGTT002744 ; Tue, 23 Oct 2012 17:21:16 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (AGrenoble-652-1-214-176.w92-129.abo.wanadoo.fr [92.129.233.176]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q9NFLE2r025113 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Tue, 23 Oct 2012 17:21:15 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: References: <20120525194654.GA30472@host2.jankratochvil.net> <003c01cd3b3c$d85e07d0$891a1770$@muller@ics-cnrs.unistra.fr> <002101cd3c42$5473b670$fd5b2350$@muller@ics-cnrs.unistra.fr> <006701cd3d00$6b9566a0$42c033e0$@muller@ics-cnrs.unistra.fr> <20120529130144.GM5492@adacore.com> <4FC4CB35.5030503@redhat.com> <001501cd4a2a$2b84d5a0$828e80e0$@muller@ics-cnrs.unistra.fr> <004c01cd9c34$5adb3400$10919c00$@muller@ics-cnrs.unistra.fr> <20121022210427.GA3713@adacore.com> In-Reply-To: <20121022210427.GA3713@adacore.com> Subject: RE: [RFA-v5] Add scripts to generate ARI web pages to gdb/contrib/ari directory Date: Tue, 23 Oct 2012 15:21:00 -0000 Message-ID: <008f01cdb132$0aeb3400$20c19c00$@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-10/txt/msg00416.txt.bz2 Hi Joel, I can only confirm that it is indeed possible to=20 launch the script from the build directory, and that this only generates new files in sub-directories of the gdb build directory. Of course, there is nothing yet in the gdb/Makefile.in to support this, but my idea was to submit that later anyhow. Pierre Muller > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: lundi 22 octobre 2012 23:04 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA-v5] Add scripts to generate ARI web pages to > gdb/contrib/ari directory >=20 > Sorry about the delay, Pierre, >=20 > > Joel made some suggestions about changing create-web-ari-in-src.sh > > in order to create all files directly in the same directory, > ^^^^ current working > > but these script generate a lot of "useless" files > > and having them together with the cvs files still worries me. >=20 > I think we should make sure that these scripts are callable from > out-of-tree, just the same way we can build GDB out-of-tree (which > is the recommended way to building a lot the GNU software). >=20 > But I'm fine with the current version. Let's make progress rather > than bikeshedding further :). >=20 > > 2012-09-27 Pierre Muller > > > > Incorporate ARI web page generator into GDB sources. > > * contrib/ari/create-web-ari-in-src.sh: New file. > > * contrib/ari/gdb_ari.sh: New file. > > * contrib/ari/gdb_find.sh: New file. > > * contrib/ari/update-web-ari.sh: New file. >=20 > OK for me. I'm not sure if anyone else want to comment before > we go ahead? >=20 > -- > Joel