From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27013 invoked by alias); 12 Nov 2008 20:47:36 -0000 Received: (qmail 26972 invoked by uid 22791); 12 Nov 2008 20:47:35 -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; Wed, 12 Nov 2008 20:46:48 +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 mACKkk59001753 for ; Wed, 12 Nov 2008 15:46:46 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mACKkj4t031525 for ; Wed, 12 Nov 2008 15:46:46 -0500 Received: from opsy.redhat.com (vpn-12-95.rdu.redhat.com [10.11.12.95]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mACKkj3Y004400; Wed, 12 Nov 2008 15:46:45 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id B51613785EB; Wed, 12 Nov 2008 13:46:44 -0700 (MST) To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Notification for attach/detach. References: <200811122335.01950.vladimir@codesourcery.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Thu, 13 Nov 2008 01:17:00 -0000 In-Reply-To: <200811122335.01950.vladimir@codesourcery.com> (Vladimir Prus's message of "Wed\, 12 Nov 2008 23\:35\:01 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (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-11/txt/msg00252.txt.bz2 >>>>> "Vladimir" == Vladimir Prus writes: Vladimir> * Makefile.in: Update dependencies. I think this text is probably not needed. I didn't see a Makefile.in change in the patch, and, most likely, the dependencies in question are auto-computed now anyhow. Tom