mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
#1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force
English output. (backport from rev. 52970)
This commit is contained in:
parent
db386544ed
commit
ed8f294f43
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue