From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18024 invoked by alias); 23 Feb 2011 16:38:57 -0000 Received: (qmail 17935 invoked by uid 22791); 23 Feb 2011 16:38:56 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Feb 2011 16:38:51 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1NGcgq7023053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 23 Feb 2011 11:38:42 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1NGcf8T031924; Wed, 23 Feb 2011 11:38:41 -0500 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p1NGcfof028422; Wed, 23 Feb 2011 11:38:41 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id D10E43784FF; Wed, 23 Feb 2011 09:38:40 -0700 (MST) From: Tom Tromey To: Yao Qi Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: Change gdb/common/ to use Automake References: <4D30E23F.3080103@codesourcery.com> <201102141822.12309.pedro@codesourcery.com> <201102142003.26224.pedro@codesourcery.com> <4D649CEC.3020004@codesourcery.com> Date: Wed, 23 Feb 2011 17:24:00 -0000 In-Reply-To: <4D649CEC.3020004@codesourcery.com> (Yao Qi's message of "Wed, 23 Feb 2011 13:36:44 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.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: 2011-02/txt/msg00644.txt.bz2 >>>>> "Yao" == Yao Qi writes: Tom> Here's a diff. No ChangeLog yet. If you want to try it and report Tom> problems, that would be helpful. I sent all the files, including Tom> generated ones, for convenience. Yao> I tested this diff on my linux system, and build gdb/gdbserver as Yao> native debugger, and arm cross debugger. Thanks for trying it. I think the problems may arise if you try a funny host -- one that needs some of the gnulib replacement functions. Yao> `make clean' can't remove some files. The rest works well to me. Yao> This patch is to clean generated files, applied on top of Tom's patch. Thanks! Yao> I really want gdbserver automake patch in trunk, then, I don't have to Yao> worry about dependency tracking when I add new .h files in common/ I think it may be better to check this in just after branching for a new release. That way we have the most time available to fix breakage. Tom