From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] mk: mute build of test resources Date: Fri, 17 Jun 2016 10:55:33 +0100 Message-ID: <20160617095532.GA16892@bricha3-MOBL3> References: <1466114469-22789-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Viktorin , dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A4DD7CBEA for ; Fri, 17 Jun 2016 11:55:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1466114469-22789-1-git-send-email-thomas.monjalon@6wind.com> 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" On Fri, Jun 17, 2016 at 12:01:09AM +0200, Thomas Monjalon wrote: > 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