From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16159 invoked by alias); 11 Mar 2008 00:01:04 -0000 Received: (qmail 16148 invoked by uid 22791); 11 Mar 2008 00:01:04 -0000 X-Spam-Check-By: sourceware.org Received: from E23SMTP05.au.ibm.com (HELO e23smtp05.au.ibm.com) (202.81.18.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Mar 2008 00:00:41 +0000 Received: from sd0109e.au.ibm.com (d23rh905.au.ibm.com [202.81.18.225]) by e23smtp05.au.ibm.com (8.13.1/8.13.1) with ESMTP id m2B00JoS031159 for ; Tue, 11 Mar 2008 11:00:19 +1100 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by sd0109e.au.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m2B04I3d292110 for ; Tue, 11 Mar 2008 11:04:18 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m2B00acY021737 for ; Tue, 11 Mar 2008 11:00:36 +1100 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av04.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m2B00a2K021732; Tue, 11 Mar 2008 11:00:36 +1100 Received: from [10.61.2.239] (haven.au.ibm.com [9.190.164.82]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.au.ibm.com (Postfix) with ESMTP id 2394073776; Tue, 11 Mar 2008 11:00:36 +1100 (EST) Subject: Re: Patch: automatic dependencies for gcc From: Ben Elliston To: Tom Tromey Cc: Ralf Wildenhues , Gcc Patch List In-Reply-To: References: <20080308143259.GA28658@ins.uni-bonn.de> <20080308163601.GA31768@ins.uni-bonn.de> <20080308184059.GE31768@ins.uni-bonn.de> <20080309143941.GJ6280@ins.uni-bonn.de> Content-Type: text/plain Date: Tue, 11 Mar 2008 00:01:00 -0000 Message-Id: <1205193635.16380.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg00661.txt.bz2 Hi Tom I'm sure this will attract a lot of flames ;-), but did you consider just converting the gcc directory over to Automake? Without the runtime library goop in there now, it should be a lot simpler. Ben