From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29269 invoked by alias); 8 Mar 2004 17:50:00 -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 29255 invoked from network); 8 Mar 2004 17:49:58 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 8 Mar 2004 17:49:58 -0000 Received: (qmail 469 invoked by uid 10); 8 Mar 2004 17:49:56 -0000 Received: (qmail 1598 invoked by uid 500); 8 Mar 2004 17:49:49 -0000 From: Ian Lance Taylor To: Daniel Jacobowitz Cc: Andrew Cagney , Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Generate makefile dependencies References: <404BBFD6.1060702@gnu.org> <6137-Mon08Mar2004080725+0200-eliz@elta.co.il> <404C9E34.4010809@gnu.org> <20040308172924.GA20940@nevyn.them.org> Date: Mon, 08 Mar 2004 17:50:00 -0000 In-Reply-To: <20040308172924.GA20940@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03.o/txt/msg00162.txt Daniel Jacobowitz writes: > BTW, your comment about running automake to update deps in BFD is > actually incorrect. You run 'make dep-am', which IIRC seds Makefile.am > and maye regenerates Makefile.in; the dependencies aren't managed by > automake. Recent versions of automake do have top-notch dependency > support though. Yes, 'make dep-am' in bfd/binutils/gas/ld long precedes the automake conversion of those directories. (Of course it used to be called 'make dep-in'.) Ian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29269 invoked by alias); 8 Mar 2004 17:50:00 -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 29255 invoked from network); 8 Mar 2004 17:49:58 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 8 Mar 2004 17:49:58 -0000 Received: (qmail 469 invoked by uid 10); 8 Mar 2004 17:49:56 -0000 Received: (qmail 1598 invoked by uid 500); 8 Mar 2004 17:49:49 -0000 From: Ian Lance Taylor To: Daniel Jacobowitz Cc: Andrew Cagney , Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Generate makefile dependencies References: <404BBFD6.1060702@gnu.org> <6137-Mon08Mar2004080725+0200-eliz@elta.co.il> <404C9E34.4010809@gnu.org> <20040308172924.GA20940@nevyn.them.org> Date: Fri, 19 Mar 2004 00:09:00 -0000 In-Reply-To: <20040308172924.GA20940@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg00162.txt.bz2 Message-ID: <20040319000900.dPj-lrgac8zeqPOOYrLEMBia06ORQ-Ov7_HTCtIZw6w@z> Daniel Jacobowitz writes: > BTW, your comment about running automake to update deps in BFD is > actually incorrect. You run 'make dep-am', which IIRC seds Makefile.am > and maye regenerates Makefile.in; the dependencies aren't managed by > automake. Recent versions of automake do have top-notch dependency > support though. Yes, 'make dep-am' in bfd/binutils/gas/ld long precedes the automake conversion of those directories. (Of course it used to be called 'make dep-in'.) Ian