From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20002 invoked by alias); 26 Oct 2007 07:19:19 -0000 Received: (qmail 19985 invoked by uid 22791); 26 Oct 2007 07:19:18 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Oct 2007 07:19:15 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id E150B18701C; Fri, 26 Oct 2007 09:23:40 +0200 (CEST) From: "Pierre Muller" To: "'Eli Zaretskii'" Cc: , References: <000f01c80ff1$e2943d80$a7bcb880$@u-strasbg.fr> <20071024202518.GM10943@caradoc.them.org> <002d01c816d7$29728590$7c5790b0$@u-strasbg.fr> In-Reply-To: Subject: RE: [RFA] gdb_ari.sh changes to discard some file types for specific tests Date: Fri, 26 Oct 2007 07:44:00 -0000 Message-ID: <002501c817a0$82935900$87ba0b00$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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: 2007-10/txt/msg00702.txt.bz2 > -----Original Message----- > From: Eli Zaretskii [mailto:eliz@gnu.org] > Sent: Thursday, October 25, 2007 11:55 PM > To: Pierre Muller > Cc: drow@false.org; gdb-patches@sourceware.org > Subject: Re: [RFA] gdb_ari.sh changes to discard some file types for > specific tests > > > From: "Pierre Muller" > > Cc: > > Date: Thu, 25 Oct 2007 09:17:54 +0200 > > > > I changed the output of doscheck to > > avoid getting false duplicates for files > > in different directories. > > What are those false duplicates? can you show an example? > > I use doschk quite frequently, but never met such false duplicates. The errors are not in doscheck itself, but in the way the resulting data is handled in update_web_ari which will put together duplicates like gdb/ChangeLog and gdb/ChangeLog-2006 and opcodes/ChangeLog and opcodes/ChangeLog-2006 into a single CHANGELO entry. I will send the changes in a separate email. > > By the way, is the script that > > generates the DJGPP gdb source public? > > If yes, where can I find it? > > The only DJGPP-specific script required to build GDB is > gdb/config/djgpp/djconfig.sh. You are supposed to run it instead of > the standard ./configure (djconfig.sh will run the top-level configure > script as part of its job). The rest is just like on any other > system: run Make and watch it build (hopefully; I haven't built it for > quite some time, due to lack of free time). No, the question was: how are the zip files for the sources of the DJGPP port of GDB produced? They do not include all the directories that are in the official sources, but I was wondering it the zip was produced manually or if there was a special script for that, that would remove lots of unnecessary directories. If this script exists, it would be useful to limit the scope of doscheck.c to these directories included in the final source zip for DJGPP. Pierre