From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 17 Jun 2016 02:55:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,483,1459839600"; d="scan'208";a="977817329" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.182]) by orsmga001.jf.intel.com with SMTP; 17 Jun 2016 02:55:33 -0700 Received: by (sSMTP sendmail emulation); Fri, 17 Jun 2016 10:55:33 +0025 Date: Fri, 17 Jun 2016 10:55:33 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: Jan Viktorin , dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1466114469-22789-1-git-send-email-thomas.monjalon@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] mk: mute build of test resources X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 09:55:37 -0000 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