mbox series

[v2,0/3] cleanup kernel meson.build file for linux

Message ID 20190517134529.18160-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series cleanup kernel meson.build file for linux |

Message

Bruce Richardson May 17, 2019, 1:45 p.m. UTC
  Small cleanups to shorten the meson.build file in the kernel/linux
directory, removing the unneeded version check and taking advantage of the
subdir_done() function introduced in meson 0.46.

V2:
	resubmit without the 19.08 patch prefix and with the typo
	removed in patch 1.

Bruce Richardson (3):
  kernel/linux: remove unnecessary meson version check
  kernel/linux: reduce unneeded indents in meson build file
  kernel/linux: remove unneeded local variables

 kernel/linux/meson.build | 46 +++++++++++++++++-----------------------
 1 file changed, 19 insertions(+), 27 deletions(-)
  

Comments

Luca Boccassi May 17, 2019, 1:53 p.m. UTC | #1
On Fri, 2019-05-17 at 14:45 +0100, Bruce Richardson wrote:
> Small cleanups to shorten the meson.build file in the kernel/linux
> directory, removing the unneeded version check and taking advantage
> of the
> subdir_done() function introduced in meson 0.46.
> 
> V2:
> 	resubmit without the 19.08 patch prefix and with the typo
> 	removed in patch 1.
> 
> Bruce Richardson (3):
>   kernel/linux: remove unnecessary meson version check
>   kernel/linux: reduce unneeded indents in meson build file
>   kernel/linux: remove unneeded local variables
> 
>  kernel/linux/meson.build | 46 +++++++++++++++++---------------------
> --
>  1 file changed, 19 insertions(+), 27 deletions(-)

Series-acked-by: Luca Boccassi <bluca@debian.org>
  
Thomas Monjalon May 29, 2019, 10:27 p.m. UTC | #2
17/05/2019 15:53, Luca Boccassi:
> On Fri, 2019-05-17 at 14:45 +0100, Bruce Richardson wrote:
> > Small cleanups to shorten the meson.build file in the kernel/linux
> > directory, removing the unneeded version check and taking advantage
> > of the
> > subdir_done() function introduced in meson 0.46.
> > 
> > V2:
> > 	resubmit without the 19.08 patch prefix and with the typo
> > 	removed in patch 1.
> > 
> > Bruce Richardson (3):
> >   kernel/linux: remove unnecessary meson version check
> >   kernel/linux: reduce unneeded indents in meson build file
> >   kernel/linux: remove unneeded local variables
> 
> Series-acked-by: Luca Boccassi <bluca@debian.org>

Applied, thanks