Re: [PATCHv3] tools build: Make fixdep parsing wait for last target

2016-12-02 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 02, 2016 at 10:15:39AM +0100, Jiri Olsa escreveu: > On Thu, Dec 01, 2016 at 04:53:23PM -0200, Arnaldo Carvalho de Melo wrote: > > Em Thu, Dec 01, 2016 at 09:48:40AM -0800, Peter Foley escreveu: > > > On Thu, Dec 1, 2016 at 5:00 AM, Jiri Olsa wrote: > > > > ok, so v3 actually ;-) > > >

Re: [PATCHv3] tools build: Make fixdep parsing wait for last target

2016-12-02 Thread Jiri Olsa
On Thu, Dec 01, 2016 at 04:53:23PM -0200, Arnaldo Carvalho de Melo wrote: > Em Thu, Dec 01, 2016 at 09:48:40AM -0800, Peter Foley escreveu: > > On Thu, Dec 1, 2016 at 5:00 AM, Jiri Olsa wrote: > > > ok, so v3 actually ;-) > > > > > > the v2 was tricky for the case when fixdep is not available, > >

Re: [PATCHv3] tools build: Make fixdep parsing wait for last target

2016-12-02 Thread Jiri Olsa
On Thu, Dec 01, 2016 at 04:53:23PM -0200, Arnaldo Carvalho de Melo wrote: SNIP > [acme@jouet linux]$ m > make: Entering directory '/home/acme/git/linux/tools/perf' > BUILD: Doing 'make -j4' parallel build > CC /tmp/build/perf/jvmti/libjvmti.o > CC /tmp/build/perf/jvmti/jvmti_a

Re: [PATCHv3] tools build: Make fixdep parsing wait for last target

2016-12-01 Thread Arnaldo Carvalho de Melo
Em Thu, Dec 01, 2016 at 09:48:40AM -0800, Peter Foley escreveu: > On Thu, Dec 1, 2016 at 5:00 AM, Jiri Olsa wrote: > > ok, so v3 actually ;-) > > > > the v2 was tricky for the case when fixdep is not available, > > so I decided to go with Peter's fix and fixing 'fixdep' tool > > to properly parse

Re: [PATCHv3] tools build: Make fixdep parsing wait for last target

2016-12-01 Thread Peter Foley
On Thu, Dec 1, 2016 at 5:00 AM, Jiri Olsa wrote: > ok, so v3 actually ;-) > > the v2 was tricky for the case when fixdep is not available, > so I decided to go with Peter's fix and fixing 'fixdep' tool > to properly parse out the target in case we hit the ccache > error.. we need to be able to do

[PATCHv3] tools build: Make fixdep parsing wait for last target

2016-12-01 Thread Jiri Olsa
On Tue, Nov 29, 2016 at 12:49:04PM -0200, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 29, 2016 at 03:39:35PM +0100, Jiri Olsa escreveu: > > On Tue, Nov 29, 2016 at 12:33:15PM -0200, Arnaldo Carvalho de Melo wrote: > > > Em Tue, Nov 29, 2016 at 03:28:08PM +0100, Jiri Olsa escreveu: > > > > On Mon,