From f8392bb76633f794eea86401899e268bf52cff61 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 1 Dec 2021 23:13:13 -0800 Subject: intl: Emit no lines in bison generated files Improve reproducibility: Do not put any #line preprocessor commands in bison generated files. These lines contain absolute paths containing file locations on the host build machine. Signed-off-by: Juro Bystricky Signed-off-by: Khem Raj Reviewed-by: Adhemerval Zanella --- intl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl') diff --git a/intl/Makefile b/intl/Makefile index 93478d87e8..b27a7935eb 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -155,7 +155,7 @@ $(objpfx)tst-gettext6.out: $(objpfx)tst-gettext.out CPPFLAGS += -D'LOCALEDIR="$(localedir)"' \ -D'LOCALE_ALIAS_PATH="$(localedir)"' -BISONFLAGS = --yacc --name-prefix=__gettext --output +BISONFLAGS = --yacc --no-lines --name-prefix=__gettext --output $(inst_localedir)/locale.alias: locale.alias $(+force) $(do-install) -- cgit 1.4.1