Re: [Qemu-devel] [PULL v2 21/50] Makefile: add target to print generated files

2018-05-03 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > On Fri, Apr 13, 2018 at 12:04:20PM +0200, Marc-André Lureau wrote: >> Hi >> >> On Fri, Apr 13, 2018 at 9:21 AM, Markus Armbruster wrote: >> > "Michael S. Tsirkin" writes: >> > >> >> This is helpful for automatic code analysis. >> > >> > Out of curiosity: how? >>

Re: [Qemu-devel] [PULL v2 21/50] Makefile: add target to print generated files

2018-04-13 Thread Michael S. Tsirkin
On Fri, Apr 13, 2018 at 12:04:20PM +0200, Marc-André Lureau wrote: > Hi > > On Fri, Apr 13, 2018 at 9:21 AM, Markus Armbruster wrote: > > "Michael S. Tsirkin" writes: > > > >> This is helpful for automatic code analysis. > > > > Out of curiosity: how? > > > >> Signed-off-by: Michael S. Tsirkin

Re: [Qemu-devel] [PULL v2 21/50] Makefile: add target to print generated files

2018-04-13 Thread Marc-André Lureau
Hi On Fri, Apr 13, 2018 at 9:21 AM, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: > >> This is helpful for automatic code analysis. > > Out of curiosity: how? > >> Signed-off-by: Michael S. Tsirkin >> --- >> Makefile | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/Make

Re: [Qemu-devel] [PULL v2 21/50] Makefile: add target to print generated files

2018-04-13 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > This is helpful for automatic code analysis. Out of curiosity: how? > Signed-off-by: Michael S. Tsirkin > --- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Makefile b/Makefile > index 677a54b..f799390 100644 > --- a/Makefile > +++ b/Make