Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932171AbbLQGCs (ORCPT ); Thu, 17 Dec 2015 01:02:48 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:1228 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751675AbbLQGCr (ORCPT ); Thu, 17 Dec 2015 01:02:47 -0500 Message-ID: <56724FD7.8050804@huawei.com> Date: Thu, 17 Dec 2015 14:01:59 +0800 From: "Wangnan (F)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Naveen N. Rao" CC: , , , , Subject: Re: [RESEND PATCH v4 2/3] tools: Move Makefile.arch from perf/config to tools/scripts References: <1450316632-152513-1-git-send-email-wangnan0@huawei.com> <1450316632-152513-3-git-send-email-wangnan0@huawei.com> <20151217051028.GC21524@naverao1-tp.ibm.com> In-Reply-To: <20151217051028.GC21524@naverao1-tp.ibm.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.66.109] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.56724FE5.0169,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: eadb0b6762677181352f0be963edba6c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1448 Lines: 37 On 2015/12/17 13:10, Naveen N. Rao wrote: > On 2015/12/17 01:43AM, Wang Nan wrote: >> After this patch other directories can use this architecture detector >> without directly including it from perf's directory. Libbpf would >> utilize it to get proper $(ARCH) so it can receive correct uapi include >> directory. >> >> Signed-off-by: Wang Nan >> Acked-by: Jiri Olsa >> Tested-by: Naveen N. Rao >> Cc: Arnaldo Carvalho de Melo >> Cc: Naveen N. Rao >> Cc: Sukadev Bhattiprolu >> --- >> tools/perf/config/Makefile | 2 +- >> tools/perf/config/Makefile.arch | 18 ------------------ >> tools/perf/tests/make | 2 +- >> tools/scripts/Makefile.arch | 18 ++++++++++++++++++ >> 4 files changed, 20 insertions(+), 20 deletions(-) >> delete mode 100644 tools/perf/config/Makefile.arch >> create mode 100644 tools/scripts/Makefile.arch > ^^^^^^ > This is different from your previous version. This should be a file > rename. Forget to use git format -M. The content is identical. Should I send it again? Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/