From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] devtools: fix invalid config check when building tags Date: Wed, 13 Mar 2019 15:16:54 +0000 Message-ID: References: <20190313150958.22581-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson , thomas@monjalon.net, jerin.jacob@caviumnetworks.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0FA774C9C for ; Wed, 13 Mar 2019 16:16:56 +0100 (CET) In-Reply-To: <20190313150958.22581-1-bruce.richardson@intel.com> Content-Language: en-US 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 3/13/2019 3:09 PM, Bruce Richardson wrote: > The check for a valid configuration in build-tags.sh relied on the output > of "make showconfig" rather than checking directly for a config file of > that name. This broke when as part of the rename of the linuxapp/bsdapp > configs to just linux/freebsd, as we stopped advertising the old names > even if they worked. Changing the code to just look for the config > file by name fixes this issue while shortening the code too. > > Fixes: 218c4e68c1d9 ("mk: use linux and freebsd in config names") > Fixes: aafaea3d3b70 ("devtools: add tags and cscope index generation") > > Signed-off-by: Bruce Richardson Tested-by: Ferruh Yigit