From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [EXT] [PATCH] devtools: fix index generation Date: Mon, 04 Mar 2019 23:00:44 +0100 Message-ID: <2161049.KE5ANznT9r@xps> References: <20190304110419.47726-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , "bruce.richardson@intel.com" To: "ferruh.yigit@intel.com" Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id F1E182B9E for ; Mon, 4 Mar 2019 23:00:48 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > build-tags.sh is broken because of removed 'test' folder, this breaks > > helper make targets like 'make cscope', 'make tags', etc... > > > > Fixing it by removing 'test' from source directories list. > > > > Fixes: a9de470cc7c0 ("test: move to app directory") > > > > Signed-off-by: Ferruh Yigit > > --- > > Cc: bruce.richardson@intel.com > > --- > > Acked-by: Jerin Jacob Applied, thanks