Re: [PATCH 53/52] tools/perf/build: Clean up feature_print_code()

2013-10-09 Thread Jiri Olsa
On Wed, Oct 09, 2013 at 08:42:05AM +0200, Ingo Molnar wrote: SNIP > > > > I think the issue might be in the eval handling the $(info $(MSG)). > > With following change on top of your v2 patchset it works for me. > > Indeed - and that works here too. Initially I was trying to solve it by > forc

[PATCH 53/52] tools/perf/build: Clean up feature_print_code()

2013-10-08 Thread Ingo Molnar
* Jiri Olsa wrote: > On Tue, Oct 08, 2013 at 10:46:10AM +0200, Ingo Molnar wrote: > > SNIP > > > So, this is a bit of a GNU Make mystery to me. If I have a failure for at > > least one of the features, and if I leave out that DUMMY then I get this > > printout: > > > > ...