From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31461 invoked by alias); 18 Jun 2004 13:50:15 -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 31452 invoked from network); 18 Jun 2004 13:50:15 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sourceware.org with SMTP; 18 Jun 2004 13:50:15 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BbJl0-00074k-00 for ; Fri, 18 Jun 2004 15:50:14 +0200 Received: from paride.rett.polimi.it ([131.175.65.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jun 2004 15:50:14 +0200 Received: from bonzini by paride.rett.polimi.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jun 2004 15:50:14 +0200 To: gdb-patches@sources.redhat.com From: Paolo Bonzini Subject: Re: [RFA] toplevel: Always use in tree makeinfo in texinfo subdir Date: Fri, 18 Jun 2004 13:50:00 -0000 Message-ID: <40D2E485.9090102@gnu.org> References: <20040618113448.GF593@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: paride.rett.polimi.it User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) In-Reply-To: <20040618113448.GF593@cygbert.vinschen.de> Cc: newlib@sources.redhat.com,binutils@sources.redhat.com,gcc-patches@gcc.gnu.org X-SW-Source: 2004-06/txt/msg00430.txt.bz2 > +USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] || pwd | grep /texinfo$ > /dev/null ; \ You should at least quote '/texinfo$'. You may also look into supporting extra_configure_flags and extra_make_flags Autogen variables for modules. Then just define them to USUAL_MAKEINFO="$$r/texinfo/makeinfo/makeinfo". Maybe this will allow major cleanups WRT the way gcc is handled in the toplevel Makefile, so it is worth considering it. Paolo