From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6828 invoked by alias); 14 Oct 2007 15:39:19 -0000 Received: (qmail 6820 invoked by uid 22791); 14 Oct 2007 15:39:18 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 14 Oct 2007 15:39:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6C59C98336; Sun, 14 Oct 2007 15:39:09 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 344729810A; Sun, 14 Oct 2007 15:39:09 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ih5YZ-0000lu-Rd; Sun, 14 Oct 2007 11:39:07 -0400 Date: Sun, 14 Oct 2007 15:39:00 -0000 From: Daniel Jacobowitz To: Ralf Corsepius Cc: Eli Zaretskii , gdb@sourceware.org, chrisj@rtems.org, joel.sherrill@OARcorp.com Subject: Re: [ANNOUNCEMENT] GDB 6.7 released! Message-ID: <20071014153907.GA2585@caradoc.them.org> Mail-Followup-To: Ralf Corsepius , Eli Zaretskii , gdb@sourceware.org, chrisj@rtems.org, joel.sherrill@OARcorp.com References: <1192103366.3058.73.camel@mccallum.corsepiu.local> <20071011121401.GB9944@caradoc.them.org> <1192110836.3058.78.camel@mccallum.corsepiu.local> <1192180526.3500.42.camel@mccallum.corsepiu.local> <1192355172.3500.73.camel@mccallum.corsepiu.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1192355172.3500.73.camel@mccallum.corsepiu.local> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00105.txt.bz2 On Sun, Oct 14, 2007 at 11:46:11AM +0200, Ralf Corsepius wrote: > What happens, is "make" returning with an error, which causes building > to abort: Hmm. libiberty removes libiberty.info in its clean target, which means it doesn't end up in the source package. But it builds it during make info. I recently built binutils 2.18 without makeinfo and didn't encounter this; I'm not sure why. Maybe it was because I didn't run "make info" deliberately, just all (which builds some info files). It doesn't seem to have changed in a long while. -- Daniel Jacobowitz CodeSourcery