qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/10] meson.build: Add comments to clarify code organization


From: Paolo Bonzini
Subject: Re: [PATCH 02/10] meson.build: Add comments to clarify code organization
Date: Tue, 6 Oct 2020 13:24:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 06/10/20 13:12, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  meson.build | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/meson.build b/meson.build
> index a02c743794..eaff16d482 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1323,6 +1323,10 @@ qemu_syms = custom_target('qemu.syms', output: 
> 'qemu.syms',
>                               capture: true,
>                               command: [undefsym, nm, '@INPUT@'])
>  
> +########################
> +# Library dependencies #
> +########################
> +
>  block_ss = block_ss.apply(config_host, strict: false)
>  libblock = static_library('block', block_ss.sources() + genh,
>                            dependencies: block_ss.dependencies(),
> @@ -1363,6 +1367,10 @@ common_all = static_library('common',
>                              dependencies: common_all.dependencies(),
>                              name_suffix: 'fa')
>  
> +###########
> +# Targets #
> +###########
> +
>  feature_to_c = find_program('scripts/feature_to_c.sh')
>  
>  emulators = {}
> 

Much appreciated. :)

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]