From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 11B88A054A; Tue, 6 Dec 2022 16:41:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED1EB40687; Tue, 6 Dec 2022 16:41:27 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 5C4F34021D for ; Tue, 6 Dec 2022 16:41:26 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 88A7A20B6C40; Tue, 6 Dec 2022 07:41:25 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 88A7A20B6C40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1670341285; bh=ZzW3MIdX35hg+hEzZSsTHaQehwONjarGFlqQp2LLH7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dqtRG/MDr52adVYOAZISYOZ6lV+Z9HTeV6HCMwQrHItWbye/pSIg383/QOgBpYMiw p1/55z3XuqvRQ5BqvfdkF/KTTdVSx+NsJhxYNJF7uWxShRrhIRd8cblXzsYIu3858z uc2RkdGPtbzKNM4dEdSuMLlRRfHBTok1AOe2271Y= Date: Tue, 6 Dec 2022 07:41:25 -0800 From: Tyler Retzlaff To: Thomas Monjalon Cc: dev@dpdk.org, Aaron Conole , Michael Santana , Bruce Richardson Subject: Re: [PATCH] devtools: update Meson setup command Message-ID: <20221206154125.GA6888@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20221206101648.1361771-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221206101648.1361771-1-thomas@monjalon.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, Dec 06, 2022 at 11:16:48AM +0100, Thomas Monjalon wrote: > The command "meson build" causes a deprecation warning with meson 0.64: > > WARNING: Running the setup command as `meson [options]` instead of > `meson setup [options]` is ambiguous and deprecated. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Tyler Retzlaff