From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v2 3/4] devtools: remove special case build for perf thread example Date: Thu, 30 Mar 2017 08:46:20 +0100 Message-ID: References: <20170329140419.27149-1-bruce.richardson@intel.com> <20170329163856.10932-1-bruce.richardson@intel.com> <20170329163856.10932-4-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org To: Bruce Richardson , thomas.monjalon@6wind.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B9C3FFC32 for ; Thu, 30 Mar 2017 09:46:38 +0200 (CEST) In-Reply-To: <20170329163856.10932-4-bruce.richardson@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" On 29/03/2017 5:38 PM, Bruce Richardson wrote: > 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 > > Signed-off-by: Bruce Richardson > --- > devtools/test-build.sh | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/devtools/test-build.sh b/devtools/test-build.sh > index 5fed4c1..a38ffab 100755 > --- 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) > unset RTE_TARGET > echo "################## $dir done." > unset dir > Acked-by: Declan Doherty