From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: mute build of test resources Date: Fri, 17 Jun 2016 12:10:56 +0200 Message-ID: <4259089.TEWx5GcmiU@xps13> References: <1466114469-22789-1-git-send-email-thomas.monjalon@6wind.com> <20160617095532.GA16892@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Jan Viktorin , dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id DFE31CC6C for ; Fri, 17 Jun 2016 12:10:58 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id f126so82713258wma.1 for ; Fri, 17 Jun 2016 03:10:58 -0700 (PDT) In-Reply-To: <20160617095532.GA16892@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The objcopy and tar commands were printed even in quiet mode. > > They are now replaced by a simple line and still visible in verbose mode. > > > > Fixes: ab64f5df8004 ("app/test: support resources externally linked") > > Fixes: 66819e6c11d8 ("app/test: support resources archived by tar") > > > > Signed-off-by: Thomas Monjalon > > --- > Acked-by: Bruce Richardson Applied