From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17815 invoked by alias); 25 Oct 2007 21:55:08 -0000 Received: (qmail 17804 invoked by uid 22791); 25 Oct 2007 21:55:07 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 Oct 2007 21:55:03 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-118-51.inter.net.il [84.229.118.51]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DYP03482 (AUTH halo1); Thu, 25 Oct 2007 23:54:59 +0200 (IST) Date: Thu, 25 Oct 2007 22:10:00 -0000 Message-Id: From: Eli Zaretskii To: "Pierre Muller" CC: drow@false.org, gdb-patches@sourceware.org In-reply-to: <002d01c816d7$29728590$7c5790b0$@u-strasbg.fr> (muller@ics.u-strasbg.fr) Subject: Re: [RFA] gdb_ari.sh changes to discard some file types for specific tests Reply-to: Eli Zaretskii References: <000f01c80ff1$e2943d80$a7bcb880$@u-strasbg.fr> <20071024202518.GM10943@caradoc.them.org> <002d01c816d7$29728590$7c5790b0$@u-strasbg.fr> 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: 2007-10/txt/msg00684.txt.bz2 > 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. > 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).