From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24716 invoked by alias); 3 Dec 2002 18:11:34 -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 24673 invoked from network); 3 Dec 2002 18:11:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Dec 2002 18:11:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB3HkYP04861; Tue, 3 Dec 2002 12:46:34 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB3IBVD07930; Tue, 3 Dec 2002 13:11:31 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB3IBUl11890; Tue, 3 Dec 2002 13:11:30 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gB3IBTi24126; Tue, 3 Dec 2002 13:11:29 -0500 Date: Tue, 03 Dec 2002 10:11:00 -0000 Message-Id: <200212031811.gB3IBTi24126@greed.delorie.com> From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <20021203044034.GA12040@doctormoo> (message from Nathanael Nerode on Mon, 2 Dec 2002 23:40:34 -0500) Subject: Re: (toplevel patch) Makefile.tpl reorg/cleanup References: <20021203044034.GA12040@doctormoo> X-SW-Source: 2002-12/txt/msg00081.txt.bz2 > * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS. > * Makefile.in: Regenerate. Ok. I would have thought the misc targets (docs, install) would go after the main targets, but that's just my opinion.