From: Georg Brandl Date: Fri, 8 Dec 2006 20:46:11 +0000 (+0000) Subject: #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force X-Git-Tag: v2.6a1~2382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66fab425a8d2fb60c3ccfb28ced2d677380f4f30;p=python #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force English output. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 26320c3912..4ba5d85724 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -456,7 +456,7 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \ $(SIGNAL_OBJS) \ $(MODOBJS) \ $(srcdir)/Modules/getbuildinfo.c - $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LANG=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c + $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LC_ALL=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile $(CC) -c $(PY_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \