[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATDfcv8RfNq=+05Dqtb1v6f-LaPMjXTWt7bpOAy9qywFA@mail.gmail.com>
Date: Thu, 7 Nov 2019 00:11:18 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
Cc: Alexander Kapshuk <alexander.kapshuk@...il.com>,
Randy Dunlap <rdunlap@...radead.org>,
Michal Marek <michal.lkml@...kovi.net>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH]scripts:ver_linux:Added Bison and Flex to the checklist
On Wed, Nov 6, 2019 at 12:36 PM Bhaskar Chowdhury <unixbhaskar@...il.com> wrote:
>
> As Masahiro pointed out ,only add Bison and Flex to the checklist.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> ---
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
Powered by blists - more mailing lists