From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15051 invoked by alias); 8 Aug 2008 15:24:36 -0000 Received: (qmail 15037 invoked by uid 22791); 8 Aug 2008 15:24:36 -0000 X-Spam-Check-By: sourceware.org Received: from merkur.ins.uni-bonn.de (HELO merkur.ins.uni-bonn.de) (131.220.223.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Aug 2008 15:23:57 +0000 Received: from ins.uni-bonn.de (gibraltar [192.168.193.254]) by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 1A31740002B8D; Fri, 8 Aug 2008 17:23:54 +0200 (CEST) Date: Fri, 08 Aug 2008 15:24:00 -0000 From: Ralf Wildenhues To: Tom Tromey Cc: Thiago Jung Bauermann , gdb-patches@sources.redhat.com Subject: Re: RFA: automatic dependency tracking Message-ID: <20080808152352.GA24214@ins.uni-bonn.de> References: <20080807054840.GA26651@ins.uni-bonn.de> <20080807191516.GG27560@ins.uni-bonn.de> <20080807205842.GA4628@caradoc.them.org> <20080807225006.GA25330@ins.uni-bonn.de> <1218206154.8002.6.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-07-21) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00205.txt.bz2 * Tom Tromey wrote on Fri, Aug 08, 2008 at 05:17:22PM CEST: > >>>>> "Thiago" == Thiago Jung Bauermann writes: > > Thiago> Only one issue though. Any reason why python.o and python-utils.o were > Thiago> left with the header dependencies? > > Just an oversight. Yes, I missed that when forward porting. Sorry about that. > Here is a patch. I tested it using GNU make (all I've got) but it > just applies the obvious transformation and should be safe in general. > I also moved the python bits up above the dependency-tracking bits, > for consistency. FWIW, looks good to me (but this is not an approval). And thanks for cleaning up after me. Cheers, Ralf