From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19530A0565; Mon, 23 Mar 2020 11:58:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CBDBF1C037; Mon, 23 Mar 2020 11:58:47 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 9114C1C036 for ; Mon, 23 Mar 2020 11:58:46 +0100 (CET) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 59D77483; Mon, 23 Mar 2020 06:58:45 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Mon, 23 Mar 2020 06:58:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=9+bY7oBOnkgFEwxgztr/KLbUREIh9vzW66AHyaltxLs=; b=Ypvlwzngry4+ TjTMtRtEMfcgmzjVBZKomRazEtYN+itgETBq/TS2DPIKFdlJb9BcjtpAMyu0tXLs qRlicm/LNNjmzVcKHA6vPVgdqQuoDEeEKNuJOPPswoZh4V9DrnVj3SJq3v9r67wb 0Ye90uf/BXMJObqa8JXHh5fud4Mo2o8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=9+bY7oBOnkgFEwxgztr/KLbUREIh9vzW66AHyaltx Ls=; b=ClT0xKE0k1+/19nVTT4O7ld3pRVF3ACr3meKXPhJJf1f94G96hdmZYLSC dS9Nl1NylqxS9Cln2fdW2G6t+/pPBLIdwvmMzivjdLZ2bUCNXt3XgTUaUjmg4vxP 2aoBtHWkEtDICcAbo+HjxO0mp5351Cwie6xmBKRL965Ra6yMqY8plUpXDNff5mJs NJXZ/ZlULAvdLbYCCbj1DXCv1n866N3GODhNP2ch70subfXeg70cpuPcjm/S+UO1 06mUEN6yzb97i5J5VjGrExU5yB9ulTX9OpVCSzBp8s1TpOUVggneaXeuDvWuPlMm msxyTXz6/txwoKs1brqEBdR6t/etg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudegkedgvddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E05C43060FE7; Mon, 23 Mar 2020 06:58:43 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Bruce Richardson Date: Mon, 23 Mar 2020 11:58:41 +0100 Message-ID: <1677456.3VsfAaAtOV@xps> In-Reply-To: <20200318100245.GC1491@bricha3-MOBL.ger.corp.intel.com> References: <20200317162521.17857-1-david.marchand@redhat.com> <20200318100245.GC1491@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: silence meson install 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" 18/03/2020 11:02, Bruce Richardson: > On Tue, Mar 17, 2020 at 05:25:21PM +0100, David Marchand wrote: > > Installing with ninja is quite verbose by default, hide ninja output under > > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE options. > > > > Signed-off-by: David Marchand > > --- > Acked-by: Bruce Richardson Acked-by: Thomas Monjalon