Re: [PATCH 5/7] perf tools: Force fixdep compilation at the start of the build

2016-12-06 Thread Jiri Olsa
On Mon, Dec 05, 2016 at 05:02:51PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Dec 04, 2016 at 09:42:56PM +0100, Jiri Olsa escreveu: > > The fixdep tool needs to be built before everything else, > > because it fixes every object dependency file. > > > > We handle this currently by making all

Re: [PATCH 5/7] perf tools: Force fixdep compilation at the start of the build

2016-12-06 Thread Jiri Olsa
On Mon, Dec 05, 2016 at 05:02:51PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Dec 04, 2016 at 09:42:56PM +0100, Jiri Olsa escreveu: > > The fixdep tool needs to be built before everything else, > > because it fixes every object dependency file. > > > > We handle this currently by making all

Re: [PATCH 5/7] perf tools: Force fixdep compilation at the start of the build

2016-12-05 Thread Arnaldo Carvalho de Melo
Em Sun, Dec 04, 2016 at 09:42:56PM +0100, Jiri Olsa escreveu: > The fixdep tool needs to be built before everything else, > because it fixes every object dependency file. > > We handle this currently by making all objects to depend > on fixdep, which is error prone and is easily forgotten > when

Re: [PATCH 5/7] perf tools: Force fixdep compilation at the start of the build

2016-12-05 Thread Arnaldo Carvalho de Melo
Em Sun, Dec 04, 2016 at 09:42:56PM +0100, Jiri Olsa escreveu: > The fixdep tool needs to be built before everything else, > because it fixes every object dependency file. > > We handle this currently by making all objects to depend > on fixdep, which is error prone and is easily forgotten > when

[PATCH 5/7] perf tools: Force fixdep compilation at the start of the build

2016-12-04 Thread Jiri Olsa
The fixdep tool needs to be built before everything else, because it fixes every object dependency file. We handle this currently by making all objects to depend on fixdep, which is error prone and is easily forgotten when new object is added. Instead of this, this patch force fixdep tool to be

[PATCH 5/7] perf tools: Force fixdep compilation at the start of the build

2016-12-04 Thread Jiri Olsa
The fixdep tool needs to be built before everything else, because it fixes every object dependency file. We handle this currently by making all objects to depend on fixdep, which is error prone and is easily forgotten when new object is added. Instead of this, this patch force fixdep tool to be