From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27723 invoked by alias); 18 Feb 2011 23:35:42 -0000 Received: (qmail 27606 invoked by uid 22791); 18 Feb 2011 23:35:41 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Feb 2011 23:35:37 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id p1INZZXM001942 for ; Fri, 18 Feb 2011 15:35:35 -0800 Received: from vws5 (vws5.prod.google.com [10.241.21.133]) by wpaz37.hot.corp.google.com with ESMTP id p1INY5O3020506 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Fri, 18 Feb 2011 15:35:34 -0800 Received: by vws5 with SMTP id 5so2644757vws.22 for ; Fri, 18 Feb 2011 15:35:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.166.1 with SMTP id zc1mr2400366vdb.14.1298072134254; Fri, 18 Feb 2011 15:35:34 -0800 (PST) Received: by 10.220.43.145 with HTTP; Fri, 18 Feb 2011 15:35:34 -0800 (PST) In-Reply-To: References: <4D30E23F.3080103@codesourcery.com> <201102141822.12309.pedro@codesourcery.com> <201102142003.26224.pedro@codesourcery.com> Date: Fri, 18 Feb 2011 23:59:00 -0000 Message-ID: Subject: Re: Change gdb/common/ to use Automake From: Doug Evans To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org, Yao Qi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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: 2011-02/txt/msg00503.txt.bz2 On Mon, Feb 14, 2011 at 12:13 PM, Tom Tromey wrote: > Second, the output of the tool is fairly opaque. =A0So, when something > goes wrong, you have another layer of goo to wade through. And not all goo is created equal ... > But YMMV. Indeed.