From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2813 invoked by alias); 29 Nov 2002 08:12:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2793 invoked from network); 29 Nov 2002 08:12:35 -0000 Received: from unknown (HELO mail.polimi.it) (131.175.12.67) by sources.redhat.com with SMTP; 29 Nov 2002 08:12:35 -0000 Received: from mobilesiwa1 (mobilesiwa1.rett.polimi.it [131.175.6.71]) by mail.polimi.it (Switch-2.2.4/Switch-2.2.4) with SMTP id gAT88tE11056; Fri, 29 Nov 2002 09:08:56 +0100 (MET) Message-ID: <003301c2977d$b1c55140$4706af83@rett.polimi.it> Reply-To: "Paolo Bonzini" From: "Paolo Bonzini" To: "DJ Delorie" , Cc: , , References: <20021128085615.GA10577@gnu.org> <200211281348.gASDmCd06247@envy.delorie.com> Subject: Re: (toplevel patch) Real targets for make. Date: Fri, 29 Nov 2002 00:12:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-SW-Source: 2002-11/txt/msg00424.txt.bz2 > [moving the changes to Cygnus configure to binutils and gdb] > will happen. That patch is coming soon; most of the current > patches are to prepare for that step. That's great news. > Autogen is never run automatically, so this should not be a problem. > Only maintainers who edit the toplevel Makefile need to run autogen. Of course. But then, editing the toplevel Makefile is much more common than editing the gcc fixincludes scripts (the other task that currently requires Autogen). I would not mind (and might give it a try if I knew it would be considered good) rewriting Makefile.tpl into Makefile.m4. Paolo