diff mbox series

[02/27] meson: remove bsd_oses

Message ID 20220316095221.2613526-1-marcandre.lureau@redhat.com
State New
Headers show
Series Misc fixes and cleanups for 7.0? | expand

Commit Message

Marc-André Lureau March 16, 2022, 9:52 a.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

It is unused.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

Comments

Paolo Bonzini March 16, 2022, 2:40 p.m. UTC | #1
On 3/16/22 10:52, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> It is unused.

It's fine to remove it now, but I'll bring it back in 7.1. :)  You decide.

Paolo

> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>   meson.build | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index bae62efc9c33..784e91753630 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -44,7 +44,6 @@ config_host_data = configuration_data()
>   genh = []
>   qapi_trace_events = []
>   
> -bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']
>   supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']
>   supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv', 'x86', 'x86_64',
>     'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc', 'sparc64']
Marc-André Lureau March 16, 2022, 2:44 p.m. UTC | #2
Hi

On Wed, Mar 16, 2022 at 6:40 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> On 3/16/22 10:52, marcandre.lureau@redhat.com wrote:
> > From: Marc-André Lureau <marcandre.lureau@redhat.com>
> >
> > It is unused.
>
> It's fine to remove it now, but I'll bring it back in 7.1. :)  You decide.

Whatever, but if noone ack it, let's leave it then.
thanks

>
> Paolo
>
> > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> > ---
> >   meson.build | 1 -
> >   1 file changed, 1 deletion(-)
> >
> > diff --git a/meson.build b/meson.build
> > index bae62efc9c33..784e91753630 100644
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -44,7 +44,6 @@ config_host_data = configuration_data()
> >   genh = []
> >   qapi_trace_events = []
> >
> > -bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']
> >   supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']
> >   supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv', 'x86', 'x86_64',
> >     'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc', 'sparc64']
>
diff mbox series

Patch

diff --git a/meson.build b/meson.build
index bae62efc9c33..784e91753630 100644
--- a/meson.build
+++ b/meson.build
@@ -44,7 +44,6 @@  config_host_data = configuration_data()
 genh = []
 qapi_trace_events = []
 
-bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']
 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']
 supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv', 'x86', 'x86_64',
   'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc', 'sparc64']