2019-11-06 03:38:51

by Bhaskar Chowdhury

[permalink] [raw]
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 <[email protected]>
---
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


2019-11-06 05:32:22

by Alexander Kapshuk

[permalink] [raw]
Subject: [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist

On Wed, Nov 6, 2019 at 5:36 AM Bhaskar Chowdhury <[email protected]> wrote:
>
> As Masahiro pointed out ,only add Bison and Flex to the checklist.
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> 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
>

Acked-by: Alexander Kapshuk <[email protected]>

2019-11-06 15:13:13

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist

On Wed, Nov 6, 2019 at 12:36 PM Bhaskar Chowdhury <[email protected]> wrote:
>
> As Masahiro pointed out ,only add Bison and Flex to the checklist.
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---

Applied to linux-kbuild.
Thanks.


> 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
>


--
Best Regards
Masahiro Yamada