Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1293641
| From | "Wangnan (F)" <wangnan0@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND PATCH v4 2/3] tools: Move Makefile.arch from perf/config to tools/scripts |
| Date | 2015-12-17 07:10 +0100 |
| Message-ID | <qGzVf-3W7-1@gated-at.bofh.it> (permalink) |
| References | <qGvRD-19w-3@gated-at.bofh.it> <qGvRD-19w-1@gated-at.bofh.it> <qGz8R-3nW-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <wangnan0@huawei.com> >> Acked-by: Jiri Olsa <jolsa@kernel.org> >> Tested-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> >> Cc: Arnaldo Carvalho de Melo <acme@kernel.org> >> Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> >> Cc: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> >> --- >> 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/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RESEND PATCH v4 2/3] tools: Move Makefile.arch from perf/config to tools/scripts Wang Nan <wangnan0@huawei.com> - 2015-12-17 02:50 +0100
Re: [RESEND PATCH v4 2/3] tools: Move Makefile.arch from perf/config to tools/scripts "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2015-12-17 06:20 +0100
Re: [RESEND PATCH v4 2/3] tools: Move Makefile.arch from perf/config to tools/scripts "Wangnan (F)" <wangnan0@huawei.com> - 2015-12-17 07:10 +0100
csiph-web