aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ver_linux
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2019-11-06 09:06:10 +0530
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-11-11 20:10:01 +0900
commitfaade9610246e9e443068be8cb24c784e9a91f2e (patch)
tree06db6bebb71f42813887b0d60f643c8b1880ae4c /scripts/ver_linux
parentkconfig: be more helpful if pkg-config is missing (diff)
downloadlinux-dev-faade9610246e9e443068be8cb24c784e9a91f2e.tar.xz
linux-dev-faade9610246e9e443068be8cb24c784e9a91f2e.zip
scripts/ver_linux: add Bison and Flex to the checklist
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Alexander Kapshuk <alexander.kapshuk@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/ver_linux')
-rwxr-xr-xscripts/ver_linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux
index 810e608baa24..85005d6b7f10 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -32,6 +32,8 @@ BEGIN {
printversion("PPP", version("pppd --version"))
printversion("Isdn4k-utils", version("isdnctrl"))
printversion("Nfs-utils", version("showmount --version"))
+ printversion("Bison", version("bison --version"))
+ printversion("Flex", version("flex --version"))
while (getline <"/proc/self/maps" > 0) {
if (/libc.*\.so$/) {