From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com
 [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id 967831E2F
 for <dev@dpdk.org>; Thu, 30 Mar 2017 22:38:04 +0200 (CEST)
Received: by mail-wr0-f176.google.com with SMTP id l43so78799136wre.1
 for <dev@dpdk.org>; Thu, 30 Mar 2017 13:38:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=MfTQAmXa7NHklFM/qrD94m/PfACTHtg+jQ8Ni/d8t+8=;
 b=Dhem9i5ctcOvh/CyFpqPPYsH60Z1PIeW6AI9dV+OAPx1ZK2u+tbnjgJkwHHLPQsy7o
 WuQ/rMrUwQRubOu2VcQWEVBOc7bV+DnjuwpkdVEaVKvUXtxTrVFBVBKWFf1Wv6BLChUO
 Ipk24i9uh2L/Q47JilRGh3hR8CYcCcKjJxSTMyjwHL3+UyNVoFBNRMxk6ikjE6nIx5ZD
 WsCPQv9FpCkGeRoPWr97BjiXL6hv0nR4FHtn0qJ5d5m5NfDKGXQyUrdSBB5OuJjyQPyb
 fS3exKz9szR9IZtAiQXGsR1DMYrO1TWjVPYYbie63QYHmTj7UjvJk5ZFqpT+HFg6Dv5D
 eu/g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=MfTQAmXa7NHklFM/qrD94m/PfACTHtg+jQ8Ni/d8t+8=;
 b=SCGq2Sl1LATPO5SHsgBUv6oyskbaVwDcPExL979znyr7xo8krNM6pUlC2AKpeuxWzl
 G4Uw5udfofooDm6LA+KtwmBTVhp9EKkyuwtimBvBgigjLwbD9kEIiS2pOTGTBw8PK1fy
 23BVFOe/mOycKGbxoOZqU2hFR8DpBamMaId+srCwx+dSFW5dbjiIKuJmCIiEgfPwAaNt
 JDl+z1CBrJf6yribJKOOtww381h72m2s+D8REFgVwUXEVcZiXokONwQ2d6hdyzQ4eH/C
 S2X9kHXLwLr8WIL1xqIr94I+S9qF09GeojuLPtFJZnFr/KypYhzizjUrkscZDKkZ/MYl
 MQwA==
X-Gm-Message-State: AFeK/H31SvUvsT0hbrbqHzsbPx6OF4klIP+PTE9nAvQ0QhezIxXIgOK6HkUkRQwgLGVOYA6a
X-Received: by 10.28.7.13 with SMTP id 13mr118973wmh.16.1490906284336;
 Thu, 30 Mar 2017 13:38:04 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id m90sm221204wmi.34.2017.03.30.13.38.03
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 30 Mar 2017 13:38:03 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org
Date: Thu, 30 Mar 2017 22:38:02 +0200
Message-ID: <1775524.8P82GFJXp7@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <20170330153003.GA14552@bricha3-MOBL3.ger.corp.intel.com>
References: <20170329140419.27149-1-bruce.richardson@intel.com>
 <1632639.Ait0E45soG@xps13>
 <20170330153003.GA14552@bricha3-MOBL3.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2 3/4] devtools: remove special case build
	for perf thread example
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 30 Mar 2017 20:38:04 -0000

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' || \