From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27687 invoked by alias); 5 Dec 2002 22:44:02 -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 27654 invoked from network); 5 Dec 2002 22:44:01 -0000 Received: from unknown (HELO mailout5-0.nyroc.rr.com) (24.92.226.122) by sources.redhat.com with SMTP; 5 Dec 2002 22:44:01 -0000 Received: from doctormoo (syr-24-24-16-193.twcny.rr.com [24.24.16.193]) by mailout5-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id gB5MhwF20632; Thu, 5 Dec 2002 17:43:58 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18K4i6-00033j-00; Thu, 05 Dec 2002 17:43:10 -0500 Date: Thu, 05 Dec 2002 14:54:00 -0000 To: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: (Patch) Attempt to get src-release working again Message-ID: <20021205224309.GA11760@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-12/txt/msg00197.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. 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.