Re: [PATCH 23/79] libperf: Make libperf.a part of the build

2019-07-26 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 21, 2019 at 01:24:10PM +0200, Jiri Olsa escreveu: > Adding empty libperf.a under toos/perf/lib and > linking it with perf. > > It can also be built separately with: > > $ cd tools/perf/lib && make > CC core.o > LD libperf-in.o > AR libperf.a > LINK

Re: [PATCH 23/79] libperf: Make libperf.a part of the build

2019-07-22 Thread Arnaldo Carvalho de Melo
Em Mon, Jul 22, 2019 at 05:54:17PM +0200, Jiri Olsa escreveu: > On Mon, Jul 22, 2019 at 09:39:24AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Sun, Jul 21, 2019 at 01:24:10PM +0200, Jiri Olsa escreveu: > > > Adding empty libperf.a under toos/perf/lib and > > > linking it with perf. > > > > So, I

Re: [PATCH 23/79] libperf: Make libperf.a part of the build

2019-07-22 Thread Jiri Olsa
On Mon, Jul 22, 2019 at 09:39:24AM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Jul 21, 2019 at 01:24:10PM +0200, Jiri Olsa escreveu: > > Adding empty libperf.a under toos/perf/lib and > > linking it with perf. > > So, I noticed you created a subdirectory under tools/perf/, while I > first tho

Re: [PATCH 23/79] libperf: Make libperf.a part of the build

2019-07-22 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 21, 2019 at 01:24:10PM +0200, Jiri Olsa escreveu: > Adding empty libperf.a under toos/perf/lib and > linking it with perf. So, I noticed you created a subdirectory under tools/perf/, while I first thought you would have it in tools/lib/perf/, why not move it there? - Arnaldo > It ca