From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22382 invoked by alias); 22 Jun 2004 22:16:00 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22328 invoked from network); 22 Jun 2004 22:15:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Jun 2004 22:15:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5MMFwe1022324; Tue, 22 Jun 2004 18:15:58 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5MMFw004563; Tue, 22 Jun 2004 18:15:58 -0400 Received: from free.redhat.lsd.ic.unicamp.br (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i5MMFvpI008177; Tue, 22 Jun 2004 18:15:57 -0400 Received: from free.redhat.lsd.ic.unicamp.br (free.redhat.lsd.ic.unicamp.br [127.0.0.1]) by free.redhat.lsd.ic.unicamp.br (8.12.11/8.12.11) with ESMTP id i5MMFuxM024609; Tue, 22 Jun 2004 19:15:56 -0300 Received: (from aoliva@localhost) by free.redhat.lsd.ic.unicamp.br (8.12.11/8.12.11/Submit) id i5MMFuVd024606; Tue, 22 Jun 2004 19:15:56 -0300 To: Paolo Bonzini Cc: newlib@sources.redhat.com, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, gcc-patches@gcc.gnu.org Subject: Re: [RFA] toplevel: Always use in tree makeinfo in texinfo subdir References: <20040618113448.GF593@cygbert.vinschen.de> <40D7E527.2010805@gnu.org> From: Alexandre Oliva Organization: Red Hat Global Engineering Services Compiler Team Date: Tue, 22 Jun 2004 22:16:00 -0000 In-Reply-To: <40D7E527.2010805@gnu.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-06/txt/msg00499.txt.bz2 On Jun 22, 2004, Paolo Bonzini wrote: > +host_modules= { module= texinfo; no_install= true; bootstrap=true; > + extra_make_flags='USUAL_MAKEINFO="$$r/texinfo/makeinfo/makeinfo"'; }; This doesn't look right to me. We need to pass MAKEINFO, not USUAL_MAKEINFO down, and we can only do so when build and host are the same. [thinks some more] Oh, I get it! When build and host are the same, MAKEINFO expands to USUAL_MAKEINFO, so we get what we want, without additional ugliness. Neat! Patch is ok. Please check it in. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org} Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org}