Re: [Qemu-devel] [PATCH v2 0/2] trace: fix Makefile dependencies

2015-11-02 Thread Stefan Hajnoczi
On Fri, Oct 30, 2015 at 09:53:13AM +, Stefan Hajnoczi wrote: > v2: > * Use find(1) to catch all tracetool *.py files [Lluís] > >Note: I used find -name instead of find -path for better POSIX compliance > > Issues with trace/Makefile.objs: > > 1. Generated code is not recreated when patc

Re: [Qemu-devel] [PATCH v2 0/2] trace: fix Makefile dependencies

2015-10-30 Thread Lluís Vilanova
Stefan Hajnoczi writes: > v2: > * Use find(1) to catch all tracetool *.py files [Lluís] >Note: I used find -name instead of find -path for better POSIX compliance Looks great to me. Thanks, Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the

[Qemu-devel] [PATCH v2 0/2] trace: fix Makefile dependencies

2015-10-30 Thread Stefan Hajnoczi
v2: * Use find(1) to catch all tracetool *.py files [Lluís] Note: I used find -name instead of find -path for better POSIX compliance Issues with trace/Makefile.objs: 1. Generated code is not recreated when patches modify scripts/tracetool/*.py. Typically such patches also modify trace/*.