From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3DA59A00E6 for ; Fri, 17 May 2019 15:53:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 632B85F3C; Fri, 17 May 2019 15:53:29 +0200 (CEST) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 1BD935F2A for ; Fri, 17 May 2019 15:53:28 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id s17so7271805wru.3 for ; Fri, 17 May 2019 06:53:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=10hKvz6ScsJjHii7JKU4sAa0OsUEzZxfrlvDZrlCx2E=; b=D5y9ABSAcFtPf35uYo1/Kt5nUIKiFEIJe3PRVhZ6h+NnLXcGUTuB8bvrfWcIRi61Qm wS5mFSg5FqhwcS9MJXx7GmAsO1bjkxRRqF8WJNqwDGRmfMmaRFxgUfM3vXwZxQq2eeSP NO9LKQItZNFZFJ7zEvnU4BxxA14eI71ADyvpSZ+QpFVIK4rEqTDVx5qKHv3eJgXEi+mE 3b9zkttht0gYrrEO0QOGH0FHyFhUEN+RUNX+KynXjN+rjCXXxKyGdOPnVO6+DogmUZYf 3tqSeZK9EDwDeEvJit3SGs8sqVik35Uv/07kkX29jvSLBp+K0fs1uhGlbLGa0L1YBlRm z1RQ== X-Gm-Message-State: APjAAAUzTlMi2YbKuscHJgs0x5oM1GNkm6j/B1EMxWu0Gko0G1YJpyRF j5WGhShLjF4GLkkoQf6Jodk= X-Google-Smtp-Source: APXvYqzjNnY6H55R1qUuGOjCKVBD3zandcsQNek8M/SBhZw2ZkLIqkXC902/jT8kOf13qw3H2QlAow== X-Received: by 2002:adf:cd11:: with SMTP id w17mr2330867wrm.83.1558101207739; Fri, 17 May 2019 06:53:27 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id k67sm9486187wmb.34.2019.05.17.06.53.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 May 2019 06:53:26 -0700 (PDT) Message-ID: <6c5de19b3131e2d5ba83aa235f139462b54f679e.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Cc: david.marchand@redhat.com Date: Fri, 17 May 2019 14:53:26 +0100 In-Reply-To: <20190517134529.18160-1-bruce.richardson@intel.com> References: <20190430140325.45537-1-bruce.richardson@intel.com> <20190517134529.18160-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 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 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. >=20 > V2: > resubmit without the 19.08 patch prefix and with the typo > removed in patch 1. >=20 > 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 >=20 > kernel/linux/meson.build | 46 +++++++++++++++++--------------------- > -- > 1 file changed, 19 insertions(+), 27 deletions(-) Series-acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi