[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191106033610.29841-1-unixbhaskar@gmail.com>
Date: Wed, 6 Nov 2019 09:06:10 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: alexander.kapshuk@...il.com
Cc: rdunlap@...radead.org, yamada.masahiro@...ionext.com,
michal.lkml@...kovi.net, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist
As Masahiro pointed out ,only add Bison and Flex to the checklist.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
scripts/ver_linux | 2 ++
1 file changed, 2 insertions(+)
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$/) {
--
2.23.0
Powered by blists - more mailing lists