From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 3/4] devtools: remove special case build for perf thread example Date: Thu, 30 Mar 2017 16:30:03 +0100 Message-ID: <20170330153003.GA14552@bricha3-MOBL3.ger.corp.intel.com> References: <20170329140419.27149-1-bruce.richardson@intel.com> <20170329163856.10932-1-bruce.richardson@intel.com> <20170329163856.10932-4-bruce.richardson@intel.com> <1632639.Ait0E45soG@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 260EF100F for ; Thu, 30 Mar 2017 17:30:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1632639.Ait0E45soG@xps13> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Mar 30, 2017 at 04:31:45PM +0200, Thomas Monjalon wrote: > 2017-03-29 17:38, Bruce Richardson: > > Since performance-thread example app is now built as part of make examples > > we don't need a special case line for it in testbuild.sh script > [...] > > --- a/devtools/test-build.sh > > +++ b/devtools/test-build.sh > > @@ -237,9 +237,6 @@ for conf in $configs ; do > > EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \ > > O=$(readlink -m $dir/examples) > > ! echo $target | grep -q '^x86_64' || \ > > - make -j$J -sC examples/performance-thread \ > > - EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \ > > - O=$(readlink -m $dir/examples/performance-thread) > > You are missing the x86_64 check. That's in the makefile in the first patch > > This patch should be squashed with the first one. > Sure. Doesn't matter to me! /Bruce