From: Khem Raj Date: Thu, 2 Dec 2021 07:13:13 +0000 (-0800) Subject: intl: Emit no lines in bison generated files X-Git-Tag: glibc-2.35~246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8392bb76633f794eea86401899e268bf52cff61;p=thirdparty%2Fglibc.git 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 --- diff --git a/intl/Makefile b/intl/Makefile index 93478d87e88..b27a7935ebc 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)