From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7077 invoked by alias); 5 Dec 2002 22:56:07 -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 7063 invoked from network); 5 Dec 2002 22:56:06 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 5 Dec 2002 22:56:06 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 23CDA3FE4; Thu, 5 Dec 2002 17:55:59 -0500 (EST) Message-ID: <3DEFD97E.6030405@redhat.com> Date: Thu, 05 Dec 2002 15:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nathanael Nerode Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: (Patch) Attempt to get src-release working again References: <20021205224309.GA11760@doctormoo> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00199.txt.bz2 > This is an attempt to get src-release working again. :-) > Committed as obvious. I'm worried about the very complex tricks being > played with 'texinfo'; I've probably broken them, but since I can't figure > out what they were *supposed* to do, I can't figure out how to fix them. > > * src-release: Configure host subdirs. Broadly, where are the complex tricks involving texinfo? Andrew > Index: src-release > =================================================================== > RCS file: /cvs/src/src/src-release,v > retrieving revision 1.2 > diff -u -r1.2 src-release > --- src-release 1 Oct 2002 22:58:14 -0000 1.2 > +++ src-release 5 Dec 2002 22:40:47 -0000 > @@ -136,7 +136,7 @@ > mv -f tmp Makefile.in > # > ./configure sun4 > - $(MAKE) configure-target \ > + $(MAKE) configure-host configure-target \ > ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \ > CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)" > # Make links, and run "make diststuff" or "make info" when needed. >