Re: [PATCH v3 01/17] perf build: Remove unnecessary line in Makefile.feature

2015-12-14 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 14, 2015 at 11:05:07AM +0100, Jiri Olsa escreveu: > On Sun, Dec 13, 2015 at 10:18:01PM -0600, Josh Poimboeuf wrote: > > This line always silently fails because it doesn't add the 'test-' > > prefix to the .bin file. > > > > And it seems to be unnecessary anyway: the line immediately af

Re: [PATCH v3 01/17] perf build: Remove unnecessary line in Makefile.feature

2015-12-14 Thread Jiri Olsa
On Sun, Dec 13, 2015 at 10:18:01PM -0600, Josh Poimboeuf wrote: > This line always silently fails because it doesn't add the 'test-' > prefix to the .bin file. > > And it seems to be unnecessary anyway: the line immediately after it > does all the individual feature checks. > > Signed-off-by: Jos

[PATCH v3 01/17] perf build: Remove unnecessary line in Makefile.feature

2015-12-13 Thread Josh Poimboeuf
This line always silently fails because it doesn't add the 'test-' prefix to the .bin file. And it seems to be unnecessary anyway: the line immediately after it does all the individual feature checks. Signed-off-by: Josh Poimboeuf --- tools/build/Makefile.feature | 1 - 1 file changed, 1 deleti