lkml.org 
[lkml]   [2018]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] genksyms: fix typo in parse.tab.{c,h} generation rules
2018-04-24 20:08 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> From: Mauro Rossi <issor.oruam@gmail.com>
>
> 'quet' is replaced by 'quiet' in scripts/genksyms/Makefile
>
> Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.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@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html



--
Best Regards
Masahiro Yamada

\
 
 \ /
  Last update: 2018-05-02 18:18    [W:0.087 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site