From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23682 invoked by alias); 12 Apr 2010 20:48:56 -0000 Received: (qmail 23672 invoked by uid 22791); 12 Apr 2010 20:48:55 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Apr 2010 20:48:49 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3CKmO4Z015813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 12 Apr 2010 16:48:24 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3CKmMRE022311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Apr 2010 16:48:24 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o3CKmMSR004542; Mon, 12 Apr 2010 22:48:22 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o3CKmLMb004540; Mon, 12 Apr 2010 22:48:21 +0200 Date: Mon, 12 Apr 2010 20:48:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [RFC] DJGPP: fnchange.lst removal attempt Message-ID: <20100412204821.GA4391@host0.dyn.jankratochvil.net> References: <20100412000856.GA25681@host0.dyn.jankratochvil.net> <83vdbwy33r.fsf@gnu.org> <20100412200520.GC19194@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100412200520.GC19194@adacore.com> User-Agent: Mutt/1.5.20 (2009-08-17) 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: 2010-04/txt/msg00388.txt.bz2 On Mon, 12 Apr 2010 22:05:20 +0200, Joel Brobecker wrote: > > Btw, I take it that a release tarball will still include the file, > > right? I wouldn't want to ask DJGPP users to have Perl installed, and > > the need to produce the file will complicate the unpacking > > instructions, which are already quite complicated (see > > gdb/config/djgpp/README). > > The tarballs are produced using "make -f src-release gdb.tar", so > the src-release makefile will need to be adjusted accordingly. I was originally thinking generated fnchange.lst would be even in the repository as generating the list requires gdb.tar which is difficult to create. But it is true it would be fine to generate fnchange.lst at the dist time. Just the Perl script would be worth adjusting from git to CVS dependency. But that is not the main point; I should try again to build GDB on DOS. If no one is able to build it... I thought Eli Z. builds it regularly. Thanks, Jan