From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10376 invoked by alias); 2 Dec 2002 20:25:03 -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 10324 invoked from network); 2 Dec 2002 20:25:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Dec 2002 20:25:02 -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 gB2K08P05092; Mon, 2 Dec 2002 15:00:08 -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 gB2KP1D30169; Mon, 2 Dec 2002 15:25:01 -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 gB2KOxl14636; Mon, 2 Dec 2002 15:24:59 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gB2KOw732682; Mon, 2 Dec 2002 15:24:58 -0500 Date: Mon, 02 Dec 2002 12:25:00 -0000 Message-Id: <200212022024.gB2KOw732682@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: <20021130141421.GA408@doctormoo> (message from Nathanael Nerode on Sat, 30 Nov 2002 09:14:21 -0500) Subject: Re: (toplevel patch) Dependency tidy. References: <20021130141421.GA408@doctormoo> X-SW-Source: 2002-12/txt/msg00035.txt.bz2 > In light of what I know now, this rearranges dependencies in the order > which is actually the most convenient, and adds a certain number of > comments. The diff is only useful to verify that for each line > I removed I added it elsewhere; the fulltext shows what it will look like. > > DJ, this is now number two on my (new) outstanding patch list, after the > de-vault patch. > > * Makefile.tpl: Reorder and comment dependencies. > * Makefile.in: Regenerate. Ok.