From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FE67C43219 for ; Tue, 30 Apr 2019 14:17:36 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 4069F20652 for ; Tue, 30 Apr 2019 14:17:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4069F20652 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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 ; Tue, 30 Apr 2019 16:17:33 +0200 (CEST) Received: by mail-vs1-f54.google.com with SMTP id o10so8043024vsp.12 for ; 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 Date: Tue, 30 Apr 2019 16:17:22 +0200 Message-ID: To: Bruce Richardson Cc: dev 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Apr 30, 2019 at 4:04 PM 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. > > 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