devtools: fix config check when building tags
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 13 Mar 2019 15:09:58 +0000 (15:09 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Mar 2019 23:56:34 +0000 (00:56 +0100)
commitda68794de009eddceae8226a9c67b8931a0f7cdf
tree057ba6ddf16c5ea63b32d05e276ff342d1ac8828
parentc5b72f6827538425c32a2b11742376d2a13bfa1b
devtools: fix config check when building tags

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 <bruce.richardson@intel.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
devtools/build-tags.sh