Re: [PATCH] genksyms: fix typo in parse.tab.{c,h} generation rules

From: Masahiro Yamada
Date: Wed May 02 2018 - 12:17:23 EST


2018-04-24 20:08 GMT+09:00 Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>:
> From: Mauro Rossi <issor.oruam@xxxxxxxxx>
>
> 'quet' is replaced by 'quiet' in scripts/genksyms/Makefile
>
> Signed-off-by: Mauro Rossi <issor.oruam@xxxxxxxxx>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---


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@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html



--
Best Regards
Masahiro Yamada