diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2019-11-06 09:06:10 +0530 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-11-11 20:10:01 +0900 |
commit | faade9610246e9e443068be8cb24c784e9a91f2e (patch) | |
tree | 06db6bebb71f42813887b0d60f643c8b1880ae4c /scripts | |
parent | 46b2afa6890d0ffd234741deea2e24ee222a827f (diff) | |
download | linux-faade9610246e9e443068be8cb24c784e9a91f2e.tar.bz2 |
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')
-rwxr-xr-x | scripts/ver_linux | 2 |
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$/) { |