From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 3/4] devtools: remove special case build for perf thread example Date: Fri, 31 Mar 2017 11:56:43 +0200 Message-ID: <1715505.Fdacs5PODr@xps13> References: <20170329140419.27149-1-bruce.richardson@intel.com> <1775524.8P82GFJXp7@xps13> <20170331091509.GC7668@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by dpdk.org (Postfix) with ESMTP id 750422BB0 for ; Fri, 31 Mar 2017 11:56:45 +0200 (CEST) Received: by mail-lf0-f45.google.com with SMTP id x137so41120072lff.3 for ; Fri, 31 Mar 2017 02:56:45 -0700 (PDT) In-Reply-To: <20170331091509.GC7668@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-31 10:15, Bruce Richardson: > On Thu, Mar 30, 2017 at 10:38:02PM +0200, Thomas Monjalon wrote: > > 2017-03-30 16:30, Bruce Richardson: > > > 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 > > > > Sorry, I mean you should remove the above check: > > ! echo $target | grep -q '^x86_64' || \ > > > Oops, yes, you are right. Do you need a V3 of this set, or can you just > fix it up as you like it on apply? Please send a new version for this fix and the short break in next patch.