From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXwlp-000589-1W for qemu-devel@nongnu.org; Mon, 22 Feb 2016 15:07:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXwll-0004ib-SB for qemu-devel@nongnu.org; Mon, 22 Feb 2016 15:07:48 -0500 Received: from mail-qg0-x234.google.com ([2607:f8b0:400d:c04::234]:35798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXwll-0004iG-Ng for qemu-devel@nongnu.org; Mon, 22 Feb 2016 15:07:45 -0500 Received: by mail-qg0-x234.google.com with SMTP id y89so120297193qge.2 for ; Mon, 22 Feb 2016 12:07:45 -0800 (PST) Sender: Richard Henderson References: <1453832250-766-1-git-send-email-peter.maydell@linaro.org> <1453832250-766-16-git-send-email-peter.maydell@linaro.org> <56B5439C.6000309@twiddle.net> <56CB5D61.4040203@twiddle.net> From: Richard Henderson Message-ID: <56CB6A8D.6020003@twiddle.net> Date: Mon, 22 Feb 2016 12:07:41 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 15/37] tcg: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Patch Tracking On 02/22/2016 11:24 AM, Peter Maydell wrote: > On 22 February 2016 at 19:11, Richard Henderson wrote: >> On 02/19/2016 10:24 AM, Peter Maydell wrote: >>> How do you feel about renaming the tcg-target.c files to >>> tcg-target.inc.c ? Then I can make clean-includes know that >>> *.inc.c are not to have the cleaning rules applied to them. >> >> I suppose. Though is the pattern "*.inc.c" really any better >> than "tcg-target.c"? > > I think it's kind of confusing that tcg-target.c isn't a > standalone C file, so giving it a clearer name is nicer > for humans too. No objection then. r~