From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2276 invoked by alias); 3 Jun 2003 20:30:48 -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 2144 invoked from network); 3 Jun 2003 20:30:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Jun 2003 20:30:47 -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 h53KUlH04755; Tue, 3 Jun 2003 16:30:47 -0400 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 h53KUkI02099; Tue, 3 Jun 2003 16:30:46 -0400 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 h53KUkZ32482; Tue, 3 Jun 2003 16:30:46 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h53KUjV22207; Tue, 3 Jun 2003 16:30:45 -0400 Date: Tue, 03 Jun 2003 20:30:00 -0000 Message-Id: <200306032030.h53KUjV22207@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: <20030603202325.GA29199@doctormoo> (message from Nathanael Nerode on Tue, 3 Jun 2003 16:23:25 -0400) Subject: Re: [toplevel patch] Revised autogenification omnibus patch References: <20030603202325.GA29199@doctormoo> X-SW-Source: 2003-06/txt/msg00136.txt.bz2 > * Makefile.tpl: Make 'recursive targets' using autogen rather > than shell loop. Remove duplicate 'clean' targets and false > comments. > * Makefile.def: Add systematic dependencies to 'recursive' targets. > Add systematic method of specifying missing targets in subdirs. > Add copyright boilerplate. > * Makefile.in: Regenerate. > * configure.in: Add 'recursive targets' to maybe list. > * configure: Regenerate. Ok. Please watch for bug reports over the next few days, though ;-)