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

2014-05-02 Thread Lluís Vilanova
Eric Blake writes: > On 04/30/2014 01:09 PM, Lluís Vilanova wrote: >> Signed-off-by: Lluís Vilanova >> Reviewed-by: Eric Blake >> --- >> Makefile | 24 ++-- >> tests/Makefile | 20 >> 2 files changed, 34 insertions(+), 10 deletions(-) >> >> @@ -

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

2014-05-01 Thread Eric Blake
On 04/30/2014 01:09 PM, Lluís Vilanova wrote: > Signed-off-by: Lluís Vilanova > Reviewed-by: Eric Blake > --- > Makefile | 24 ++-- > tests/Makefile | 20 > 2 files changed, 34 insertions(+), 10 deletions(-) > > @@ -362,7 +368,13 @@ check-test

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

2014-04-30 Thread Lluís Vilanova
Signed-off-by: Lluís Vilanova Reviewed-by: Eric Blake --- Makefile | 24 ++-- tests/Makefile | 20 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index ec74039..84345ee 100644 --- a/Makefile +++ b/Makefile @