All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: ver_linux:add flex, bison and yacc to the checklist
@ 2019-11-05 11:31 Bhaskar Chowdhury
  2019-11-06  2:33 ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2019-11-05 11:31 UTC (permalink / raw)
  To: alexander.kapshuk
  Cc: rdunlap, yamada.masahiro, michal.lkml, linux-kbuild,
	linux-kernel, Bhaskar Chowdhury

This patch add three ulities explicitly to the checklist,namely
flex,bison and yacc.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 scripts/ver_linux | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/ver_linux b/scripts/ver_linux
index 810e608baa24..397497cf9430 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -32,6 +32,9 @@ 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"))
+	printversion("Yacc", version("yacc --version"))

 	while (getline <"/proc/self/maps" > 0) {
 		if (/libc.*\.so$/) {
--
2.23.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] scripts: ver_linux:add flex, bison and yacc to the checklist
  2019-11-05 11:31 [PATCH] scripts: ver_linux:add flex, bison and yacc to the checklist Bhaskar Chowdhury
@ 2019-11-06  2:33 ` Masahiro Yamada
  2019-11-06  3:11   ` Bhaskar Chowdhury
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2019-11-06  2:33 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Alexander Kapshuk, Randy Dunlap, Michal Marek,
	Linux Kbuild mailing list, Linux Kernel Mailing List

On Tue, Nov 5, 2019 at 8:31 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> This patch add three ulities explicitly to the checklist,namely
> flex,bison and yacc.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  scripts/ver_linux | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/scripts/ver_linux b/scripts/ver_linux
> index 810e608baa24..397497cf9430 100755
> --- a/scripts/ver_linux
> +++ b/scripts/ver_linux
> @@ -32,6 +32,9 @@ 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"))
> +       printversion("Yacc", version("yacc --version"))

I think adding only "Bison" an "Flex" is enough.



>         while (getline <"/proc/self/maps" > 0) {
>                 if (/libc.*\.so$/) {
> --
> 2.23.0
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scripts: ver_linux:add flex, bison and yacc to the checklist
  2019-11-06  2:33 ` Masahiro Yamada
@ 2019-11-06  3:11   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2019-11-06  3:11 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Alexander Kapshuk, Randy Dunlap, Michal Marek,
	Linux Kbuild mailing list, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

On 11:33 Wed 06 Nov 2019, Masahiro Yamada wrote:
>On Tue, Nov 5, 2019 at 8:31 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>>
>> This patch add three ulities explicitly to the checklist,namely
>> flex,bison and yacc.
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  scripts/ver_linux | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/scripts/ver_linux b/scripts/ver_linux
>> index 810e608baa24..397497cf9430 100755
>> --- a/scripts/ver_linux
>> +++ b/scripts/ver_linux
>> @@ -32,6 +32,9 @@ 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"))
>> +       printversion("Yacc", version("yacc --version"))
>
>I think adding only "Bison" an "Flex" is enough.
>
Will remove yacc from it.
>
>
>>         while (getline <"/proc/self/maps" > 0) {
>>                 if (/libc.*\.so$/) {
>> --
>> 2.23.0
>>
>
>
>-- 
>Best Regards
>Masahiro Yamada

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-06  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 11:31 [PATCH] scripts: ver_linux:add flex, bison and yacc to the checklist Bhaskar Chowdhury
2019-11-06  2:33 ` Masahiro Yamada
2019-11-06  3:11   ` Bhaskar Chowdhury

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.