From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3903 invoked by alias); 23 Jun 2008 17:00:56 -0000 Received: (qmail 3891 invoked by uid 22791); 23 Jun 2008 17:00:55 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 23 Jun 2008 17:00:26 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5NH0Oje030503 for ; Mon, 23 Jun 2008 13:00:24 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5NH0Nt0005273; Mon, 23 Jun 2008 13:00:23 -0400 Received: from opsy.redhat.com (vpn-10-3.bos.redhat.com [10.16.10.3]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5NH0NVS017327; Mon, 23 Jun 2008 13:00:23 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 8F7F0378157; Mon, 23 Jun 2008 11:00:22 -0600 (MDT) To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: [non-stop] 01/10 Add "executing" property References: <200806152203.14626.pedro@codesourcery.com> <20080616012617.GA8944@caradoc.them.org> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Mon, 23 Jun 2008 17:27:00 -0000 In-Reply-To: (Vladimir Prus's message of "Mon\, 16 Jun 2008 10\:42\:09 +0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-06/txt/msg00388.txt.bz2 >>>>> "Vladimir" == Vladimir Prus writes: Vladimir> It's actually fairly weird that one has to maintain Vladimir> dependencies by hand, I don't think I know any single Vladimir> project still alive that needs that. I can send out my unfinished Makefile.am for gdb if you really want it. That would solve this problem. "Unfinished" means it is like 30% done :-( If we didn't mind requiring GNU make we could probably implement dependency tracking more simply. I suspect that is still a no-go ... Tom