Re: [PATCH 1/4] configure: cleanup invocation of submodule Make

2020-09-20 Thread Richard Henderson
On 9/20/20 2:30 AM, Paolo Bonzini wrote: > Move common command line options to SUBDIR_MAKEFLAGS, thus simplifying > the rules themselves. > > Signed-off-by: Paolo Bonzini > --- > Makefile | 24 +++- > 1 file changed, 15 insertions(+), 9 deletions(-) Reviewed-by: Richard Hend

[PATCH 1/4] configure: cleanup invocation of submodule Make

2020-09-20 Thread Paolo Bonzini
Move common command line options to SUBDIR_MAKEFLAGS, thus simplifying the rules themselves. Signed-off-by: Paolo Bonzini --- Makefile | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 897246d77c..57fb63832f 100644 --- a/Makef