From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: fix invalid config check when building tags Date: Wed, 27 Mar 2019 00:57:50 +0100 Message-ID: <9251831.JcUeV1QU0H@xps> References: <20190313150958.22581-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, jerin.jacob@caviumnetworks.com To: Bruce Richardson Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id ADCAD1B204 for ; Wed, 27 Mar 2019 00:57:53 +0100 (CET) In-Reply-To: <20190313150958.22581-1-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" 13/03/2019 16:09, Bruce Richardson: > 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 Applied, thanks