changeset: 104160:f2247d1cb884 branch: 2.7 parent: 104153:520ca3652422 user: Serhiy Storchaka date: Thu Sep 29 20:46:45 2016 +0300 files: Makefile.pre.in Misc/NEWS description: Issue #28258: Fixed build with Estonian locale (distclean target in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. diff -r 520ca3652422 -r f2247d1cb884 Makefile.pre.in --- a/Makefile.pre.in Wed Sep 28 23:13:58 2016 -0700 +++ b/Makefile.pre.in Thu Sep 29 20:46:45 2016 +0300 @@ -1419,7 +1419,7 @@ 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 '*~' \ + LC_ALL=C; find $(srcdir)/[a-zA-Z]* '(' -name '*.fdc' -o -name '*~' \ -o -name '[@,#]*' -o -name '*.old' \ -o -name '*.orig' -o -name '*.rej' \ -o -name '*.bak' ')' \ diff -r 520ca3652422 -r f2247d1cb884 Misc/NEWS --- a/Misc/NEWS Wed Sep 28 23:13:58 2016 -0700 +++ b/Misc/NEWS Thu Sep 29 20:46:45 2016 +0300 @@ -207,6 +207,9 @@ Build ----- +- Issue #28258: Fixed build with Estonian locale (distclean target in + Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. + - Issue #26661: setup.py now detects system libffi with multiarch wrapper. - Issue #15819: The Include directory in the build tree is already searched;