[PATCH 0/2] meson: Further cleanup of summary

Paolo Bonzini posted 2 patches 4 years, 10 months ago
Failed in applying to current master (apply log)
meson.build | 90 ++++++++++++++++++++++++++++++-----------------------
1 file changed, 51 insertions(+), 39 deletions(-)
[PATCH 0/2] meson: Further cleanup of summary
Posted by Paolo Bonzini 4 years, 10 months ago
Inspired by Philippe's "meson: Clarify summary" and based on it.

Paolo Bonzini (2):
  meson: Summarize configurable features together
  meson: split the summary in multiple sections

 meson.build | 90 ++++++++++++++++++++++++++++++-----------------------
 1 file changed, 51 insertions(+), 39 deletions(-)

-- 
2.29.2


Re: [PATCH 0/2] meson: Further cleanup of summary
Posted by Philippe Mathieu-Daudé 4 years, 10 months ago
Hi Paolo,

On 1/20/21 6:23 PM, Paolo Bonzini wrote:
> Inspired by Philippe's "meson: Clarify summary" and based on it.
> 
> Paolo Bonzini (2):
>   meson: Summarize configurable features together
>   meson: split the summary in multiple sections
> 
>  meson.build | 90 ++++++++++++++++++++++++++++++-----------------------
>  1 file changed, 51 insertions(+), 39 deletions(-)
> 

I couldn't find on what it is based on exactly, so I included
your changes in my previous patches and will repost the series.

Thanks,

Phil.