cpython: f2247d1cb884 (original) (raw)

Mercurial > cpython

changeset 104160:f2247d1cb884 2.7

Issue #28258: Fixed build with Estonian locale (distclean target in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. [#28258]

Serhiy Storchaka storchaka@gmail.com
date Thu, 29 Sep 2016 20:46:45 +0300
parents 520ca3652422
children f256bd5b8418
files Makefile.pre.in Misc/NEWS
diffstat 2 files changed, 4 insertions(+), 1 deletions(-)[+] [-] Makefile.pre.in 2 Misc/NEWS 3

line wrap: on

line diff

--- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1419,7 +1419,7 @@ distclean: clobber Modules/ld_so_aix Modules/python.exp Misc/python.pc -rm -f python*-gdb.py -rm -f pybuilddir.txt - find $(srcdir)/[a-zA-Z]* '(' -name '.fdc' -o -name '' [](#l1.7) + LC_ALL=C; find $(srcdir)/[a-zA-Z]* '(' -name '.fdc' -o -name '' [](#l1.8) -o -name '[@,#]' -o -name '.old' [](#l1.9) -o -name '.orig' -o -name '.rej' [](#l1.10) -o -name '*.bak' ')' [](#l1.11)

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -207,6 +207,9 @@ Tests Build ----- +- Issue #28258: Fixed build with Estonian locale (distclean target in