From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 43D6AA0679
	for <public@inbox.dpdk.org>; Tue, 30 Apr 2019 16:17:36 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 4581D5F1B;
	Tue, 30 Apr 2019 16:17:35 +0200 (CEST)
Received: from mail-vs1-f54.google.com (mail-vs1-f54.google.com
 [209.85.217.54]) by dpdk.org (Postfix) with ESMTP id ED1BB5B2C
 for <dev@dpdk.org>; Tue, 30 Apr 2019 16:17:33 +0200 (CEST)
Received: by mail-vs1-f54.google.com with SMTP id o10so8043024vsp.12
 for <dev@dpdk.org>; Tue, 30 Apr 2019 07:17:33 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=eobGMM7gg96OQUusvRg3hJpnrxrdhb0mzQxoyLgCKpg=;
 b=Hv0G9xHr+vDk4wAg2W+QBDHFtbnjqlETao4mTGPRMn+QBi9UMBGo2XqR7PPMIGSzke
 a18P6WsQILtzjh5YE0CdV6RRsdaJeB1mVb9VFpo/mKAXV107zh6h7Gimic9zSORftivs
 qGzV2O800Bp1mhRm+/nw621jy+bMZGeM7mE6AkpSkAhTrLM7rxEVk3NKdSQrYP2iEWy8
 kTl9luGI/BnQWVSWKbJhMcvUFPWtzpixAsjprB/HJdoyczsva67w8l8CfNKMeRq3cbxE
 PhuD6d1xZhDDqEyDgtz/RG14o9PJ6F3Lky1XWyHI5BvOcXqazTtkWJygdtfP+fAPZmod
 ivzw==
X-Gm-Message-State: APjAAAXpFmt5y6sEMWrtm25Em/f7FADpN6BzSKsGeI0ppa8Qma0LTptn
 KHakWai+H9lAn11WrijwSL3JKh5cOPux1vlKx36cMA==
X-Google-Smtp-Source: APXvYqx+LUfZY9buNSRfEZj4hTri971YFixWoRkeXroIHLk2POc8gBiVH0cBlMgkJPBQ+K9Jkwiq2Rkq1tQZuH3EOcw=
X-Received: by 2002:a67:7f85:: with SMTP id
 a127mr17847712vsd.141.1556633853184; 
 Tue, 30 Apr 2019 07:17:33 -0700 (PDT)
MIME-Version: 1.0
References: <20190430140325.45537-1-bruce.richardson@intel.com>
In-Reply-To: <20190430140325.45537-1-bruce.richardson@intel.com>
From: David Marchand <david.marchand@redhat.com>
Date: Tue, 30 Apr 2019 16:17:22 +0200
Message-ID:
 <CAJFAV8wNsRKn48dyZwevL=LBzh7Z9nMw-XWdoGcpPa8HrQaNbQ@mail.gmail.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev <dev@dpdk.org>
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-dev] [PATCH 19.08 0/3] cleanup kernel meson.build file
	for linux
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Message-ID: <20190430141722.gHdkNbPhjYhXyDJEEqZ-LZInt1bXaiJYb3lcGXsEjWk@z>

On Tue, Apr 30, 2019 at 4:04 PM Bruce Richardson <bruce.richardson@intel.com>
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.
>
> These should be fairly harmless, but given the stage of development we
> are at for 19.05, targetting them to 19.08 instead. [They can be pulled
> in to 19.05 if so desired, though. :-)]
>
> 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(-)
>
> --
> 2.20.1
>

For the series,
Reviewed-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand