]> granicus.if.org Git - python/commitdiff
Issue #28258: Fixed build with Estonian locale (distclean target in
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 29 Sep 2016 17:46:45 +0000 (20:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 29 Sep 2016 17:46:45 +0000 (20:46 +0300)
Makefile).  Patch by Arfrever Frehtes Taifersar Arahesis.

Makefile.pre.in
Misc/NEWS

index 139a211f84534f8f0001cac336c103895679c63b..87db1a40876903347acf5d1e3b49a1767adc3530 100644 (file)
@@ -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 '*~' \
+       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' ')' \
index 4327afd063a30368815139e03f7af90c0d337d33..2b1738f323e8c5f2ffff74b9b7541747dfddb21f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -207,6 +207,9 @@ Tests
 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;