From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12162 invoked by alias); 23 Dec 2002 14:59:44 -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 12145 invoked from network); 23 Dec 2002 14:59:43 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by 209.249.29.67 with SMTP; 23 Dec 2002 14:59:43 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id gBNEvhC28935; Mon, 23 Dec 2002 09:57:43 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id gBNEvh208020; Mon, 23 Dec 2002 09:57:43 -0500 Date: Mon, 23 Dec 2002 06:59:00 -0000 Message-Id: <200212231457.gBNEvh208020@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20021223092224.GA21082@doctormoo> (message from Nathanael Nerode on Mon, 23 Dec 2002 04:22:24 -0500) Subject: Re: (toplevel patch) Fix reconfigures & infinite loops References: <20021223092224.GA21082@doctormoo> X-SW-Source: 2002-12/txt/msg00636.txt.bz2 > * Makefile.tpl: Use shared multilib.out. Use move-if-change for it. > Convert (cd foo; make) to (cd foo && make). > * Makefile.in: Regenerate. > * configure.in: Remove unnecessary leftovers. Ok.