[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAT1phzq4krka=rxTxpfGAJhx0frRpnXsB51azna8XZ+DQ@mail.gmail.com>
Date: Thu, 3 May 2018 01:16:32 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc: Mauro Rossi <issor.oruam@...il.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] genksyms: fix typo in parse.tab.{c,h} generation rules
2018-04-24 20:08 GMT+09:00 Masahiro Yamada <yamada.masahiro@...ionext.com>:
> From: Mauro Rossi <issor.oruam@...il.com>
>
> 'quet' is replaced by 'quiet' in scripts/genksyms/Makefile
>
> Signed-off-by: Mauro Rossi <issor.oruam@...il.com>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
Applied to linux-kbuild/fixes.
> scripts/genksyms/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/genksyms/Makefile b/scripts/genksyms/Makefile
> index ef0287e..03b7ce9 100644
> --- a/scripts/genksyms/Makefile
> +++ b/scripts/genksyms/Makefile
> @@ -14,14 +14,14 @@ genksyms-objs := genksyms.o parse.tab.o lex.lex.o
> # so that 'bison: not found' will be displayed if it is missing.
> ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
>
> -quiet_cmd_bison_no_warn = $(quet_cmd_bison)
> +quiet_cmd_bison_no_warn = $(quiet_cmd_bison)
> cmd_bison_no_warn = $(YACC) --version >/dev/null; \
> $(cmd_bison) 2>/dev/null
>
> $(obj)/parse.tab.c: $(src)/parse.y FORCE
> $(call if_changed,bison_no_warn)
>
> -quiet_cmd_bison_h_no_warn = $(quet_cmd_bison_h)
> +quiet_cmd_bison_h_no_warn = $(quiet_cmd_bison_h)
> cmd_bison_h_no_warn = $(YACC) --version >/dev/null; \
> $(cmd_bison_h) 2>/dev/null
>
> --
> 2.7.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists