Re: [Qemu-devel] [PATCH v6 1/4] qapi: [trivial] Break long command lines

2014-03-31 Thread Eric Blake
On 03/31/2014 01:16 PM, Lluís Vilanova wrote: > Signed-off-by: Lluís Vilanova > --- > Makefile | 24 ++-- > tests/Makefile | 12 +--- > 2 files changed, 27 insertions(+), 9 deletions(-) Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-30

[Qemu-devel] [PATCH v6 1/4] qapi: [trivial] Break long command lines

2014-03-31 Thread Lluís Vilanova
Signed-off-by: Lluís Vilanova --- Makefile | 24 ++-- tests/Makefile | 12 +--- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index ec74039..84345ee 100644 --- a/Makefile +++ b/Makefile @@ -237,23 +237,35 @@ qapi-py = $(S