Re: [PATCH] trace: add meson custom_target() depend_files for tracetool

2021-02-04 Thread Philippe Mathieu-Daudé
On 1/27/21 9:56 PM, Philippe Mathieu-Daudé wrote: > Hi Stefan, > > On Mon, Jan 25, 2021 at 5:40 PM Philippe Mathieu-Daudé > wrote:> >> On 1/25/21 12:09 PM, Stefan Hajnoczi wrote: >>> Re-generate tracetool output when the tracetool source code changes. Use >>> the same approach as qapi_gen_depends

Re: [PATCH] trace: add meson custom_target() depend_files for tracetool

2021-01-27 Thread Philippe Mathieu-Daudé
Hi Stefan, On Mon, Jan 25, 2021 at 5:40 PM Philippe Mathieu-Daudé wrote:> > On 1/25/21 12:09 PM, Stefan Hajnoczi wrote: > > Re-generate tracetool output when the tracetool source code changes. Use > > the same approach as qapi_gen_depends and introduce a tracetool_depends > > files list so meson

Re: [PATCH] trace: add meson custom_target() depend_files for tracetool

2021-01-25 Thread Philippe Mathieu-Daudé
On 1/25/21 12:09 PM, Stefan Hajnoczi wrote: > Re-generate tracetool output when the tracetool source code changes. Use > the same approach as qapi_gen_depends and introduce a tracetool_depends > files list so meson is aware of the dependencies. > > Signed-off-by: Stefan Hajnoczi > --- > meson.bu

Re: [PATCH] trace: add meson custom_target() depend_files for tracetool

2021-01-25 Thread Stefan Hajnoczi
On Mon, Jan 25, 2021 at 11:09:58AM +, Stefan Hajnoczi wrote: > Re-generate tracetool output when the tracetool source code changes. Use > the same approach as qapi_gen_depends and introduce a tracetool_depends > files list so meson is aware of the dependencies. > > Signed-off-by: Stefan Hajnoc

Re: [PATCH] trace: add meson custom_target() depend_files for tracetool

2021-01-25 Thread Paolo Bonzini
On 25/01/21 12:09, Stefan Hajnoczi wrote: Re-generate tracetool output when the tracetool source code changes. Use the same approach as qapi_gen_depends and introduce a tracetool_depends files list so meson is aware of the dependencies. Signed-off-by: Stefan Hajnoczi --- meson.build | 2

[PATCH] trace: add meson custom_target() depend_files for tracetool

2021-01-25 Thread Stefan Hajnoczi
Re-generate tracetool output when the tracetool source code changes. Use the same approach as qapi_gen_depends and introduce a tracetool_depends files list so meson is aware of the dependencies. Signed-off-by: Stefan Hajnoczi --- meson.build | 28 +++- trace/meson.b