]> granicus.if.org Git - python/commitdiff
#1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force
authorGeorg Brandl <georg@python.org>
Fri, 8 Dec 2006 20:46:13 +0000 (20:46 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 8 Dec 2006 20:46:13 +0000 (20:46 +0000)
English output.
 (backport from rev. 52970)

Makefile.pre.in

index ce8710e1cacf41a8e6453bd710dba69ecb7353a2..2ee077d0df720ffebb463b941a2d1d5e15d464eb 100644 (file)
@@ -455,7 +455,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)"' \