cpython: 17f2b6b2e24c (original) (raw)

Mercurial > cpython

changeset 104164:17f2b6b2e24c 3.5

Issue #28258: Explain the LC_ALL change in a comment [#28258]

Victor Stinner victor.stinner@gmail.com
date Thu, 29 Sep 2016 22:31:06 +0200
parents 6110997dd6e7
children d1214c0dab49 b5705456d9da
files Makefile.pre.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Makefile.pre.in 4

line wrap: on

line diff

--- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1623,6 +1623,10 @@ distclean: clobber Modules/Setup Modules/Setup.local Modules/Setup.config [](#l1.4) Modules/ld_so_aix Modules/python.exp Misc/python.pc -rm -f python*-gdb.py + # Issue #28258: set LC_ALL to avoid issues with Estonian locale. + # Expansion is performed here by shell (spawned by make) itself before + # arguments are passed to find. So LC_ALL=C must be set as a separate + # command. LC_ALL=C; find $(srcdir)/[a-zA-Z]* '(' -name '.fdc' -o -name '~' [](#l1.11) -o -name '[@,#]' -o -name '.old' [](#l1.12) -o -name '.orig' -o -name '.rej' [](#l1.13)