summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-09-29 17:39:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-09-29 17:39:45 (GMT)
commitcf6d2d90c5d0d689881565fa45ebc00048016912 (patch)
tree1c710f72f79b69c1eea0f7f9427ef8dce3b4a65b /Makefile.pre.in
parent095e32bfc511ee823af3752507c7211a305c8c00 (diff)
parent80bc7dc59e139078eea198f557b631462d75afde (diff)
downloadcpython-cf6d2d90c5d0d689881565fa45ebc00048016912.zip
cpython-cf6d2d90c5d0d689881565fa45ebc00048016912.tar.gz
cpython-cf6d2d90c5d0d689881565fa45ebc00048016912.tar.bz2
Issue #28258: Fixed build with Estonian locale (python-config and distclean
targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 292abb3..094bdd0 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1347,7 +1347,7 @@ python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh
# is not available in configure
sed -e "s,@EXENAME@,$(BINDIR)/python$(LDVERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python-config.py
# Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR}
- sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < Misc/python-config.sh >python-config
+ LC_ALL=C sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < Misc/python-config.sh >python-config
# On Darwin, always use the python version of the script, the shell
# version doesn't use the compiler customizations that are provided
# in python (_osx_support.py).
@@ -1630,7 +1630,7 @@ distclean: clobber
Modules/Setup Modules/Setup.local Modules/Setup.config \
Modules/ld_so_aix Modules/python.exp Misc/python.pc
-rm -f python*-gdb.py
- 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' ')' \