From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84043 invoked by alias); 11 Oct 2017 03:26:17 -0000 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 Received: (qmail 82305 invoked by uid 89); 11 Oct 2017 03:26:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: gproxy10-pub.mail.unifiedlayer.com Received: from gproxy10-pub.mail.unifiedlayer.com (HELO gproxy10-pub.mail.unifiedlayer.com) (69.89.20.226) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Oct 2017 03:26:15 +0000 Received: from cmgw2 (unknown [10.0.90.83]) by gproxy10.mail.unifiedlayer.com (Postfix) with ESMTP id B9D0D140576 for ; Tue, 10 Oct 2017 21:26:13 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw2 with id L3SA1w00W2f2jeq013SDjT; Tue, 10 Oct 2017 21:26:13 -0600 X-Authority-Analysis: v=2.2 cv=dZfw5Tfe c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=02M-m0pO-4AA:10 a=pGLkceISAAAA:8 a=CCpqsmhAAAAA:8 a=Pu-N_z8ENJPvLcNqE90A:9 a=tKqQbmlTjLkA:10 a=66zSKFQpzMcA:10 a=ul9cdbp4aOFLsgKbc677:22 Received: from 184-96-33-178.hlrn.qwest.net ([184.96.33.178]:53080 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e27es-000eQt-9j; Tue, 10 Oct 2017 21:26:10 -0600 From: Tom Tromey To: Yao Qi Cc: Tom Tromey , "gdb-patches\@sourceware.org" Subject: Re: [RFC] Replicate src dir in build dir References: <1505832159-23038-1-git-send-email-yao.qi@linaro.org> <877ew6l3t7.fsf@tromey.com> Date: Wed, 11 Oct 2017 03:26:00 -0000 In-Reply-To: (Yao Qi's message of "Wed, 11 Oct 2017 02:25:33 +0100") Message-ID: <87fuaquzzm.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1e27es-000eQt-9j X-Source-Sender: 184-96-33-178.hlrn.qwest.net (bapiya) [184.96.33.178]:53080 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-10/txt/msg00270.txt.bz2 >>>>> "Yao" == Yao Qi writes: Yao> Right, I should add $(basename ) back, like the patch Yao> below. Yeah. Actually I wanted this to work so I sent a patch recently, which is in now. Yao> If I understand you correctly, depcomp has already Yao> taken care of it. See my reply to Simon's review. Yao> https://sourceware.org/ml/gdb-patches/2017-09/msg00489.html Yep, that's right; though it turned out that this code didn't work for other reasons (nothing to do with your change); I fixed that as well. Tom