Re: [PATCH v3 03/17] perf test: Add Build file to dependencies for llvm-src-*.c

2015-12-14 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 14, 2015 at 11:10:43AM +0100, Jiri Olsa escreveu: > On Sun, Dec 13, 2015 at 10:18:03PM -0600, Josh Poimboeuf wrote: > > Because the Build file writes source code to the generated llvm-src-*.c > > files, it should be listed as one of the dependencies, so that any > > future changes to th

Re: [PATCH v3 03/17] perf test: Add Build file to dependencies for llvm-src-*.c

2015-12-14 Thread Jiri Olsa
On Sun, Dec 13, 2015 at 10:18:03PM -0600, Josh Poimboeuf wrote: > Because the Build file writes source code to the generated llvm-src-*.c > files, it should be listed as one of the dependencies, so that any > future changes to the code being echoed won't require a 'make clean'. Acked-by: Jiri Olsa

[PATCH v3 03/17] perf test: Add Build file to dependencies for llvm-src-*.c

2015-12-13 Thread Josh Poimboeuf
Because the Build file writes source code to the generated llvm-src-*.c files, it should be listed as one of the dependencies, so that any future changes to the code being echoed won't require a 'make clean'. Signed-off-by: Josh Poimboeuf --- tools/perf/tests/Build | 6 +++--- 1 file changed, 3