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 AF722A00C3; Wed, 7 Dec 2022 14:26:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4CE1440F17; Wed, 7 Dec 2022 14:26:06 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 478FA40156 for ; Wed, 7 Dec 2022 14:26:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1670419564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=nyiqtyLfP/p/leeD7iP6louCXLlfOJrYgur2H5SZ9r4=; b=Xvc2YbsqYxgxvB9JIdfGrbtYrosmrupNy5lUD8cYpR/2kIvIbMPrHOWwOACzjuAuN+3Ly/ rTHfBh1r83laz2fXtOFWYVQgFUDfNkJng6/9H0tp80ynyDhU3mm2xoROHlApcbwmi4pAtg KYFNVi7Suhyh5qZC7XpvIi55VEQbY2A= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-479-OywWvNmnNb6RUS5-fXgDgA-1; Wed, 07 Dec 2022 08:25:57 -0500 X-MC-Unique: OywWvNmnNb6RUS5-fXgDgA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7D27D8339B4; Wed, 7 Dec 2022 13:25:57 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.32.104]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 268401121314; Wed, 7 Dec 2022 13:25:57 +0000 (UTC) From: Aaron Conole To: Thomas Monjalon Cc: dev@dpdk.org, Michael Santana , Bruce Richardson Subject: Re: [PATCH] devtools: update Meson setup command References: <20221206101648.1361771-1-thomas@monjalon.net> Date: Wed, 07 Dec 2022 08:25:54 -0500 In-Reply-To: <20221206101648.1361771-1-thomas@monjalon.net> (Thomas Monjalon's message of "Tue, 6 Dec 2022 11:16:48 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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 Thomas Monjalon writes: > 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: Aaron Conole