Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8d50d628
Commit
8d50d628
authored
8 years ago
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28258: Explain the LC_ALL change in a comment
parent
80bc7dc5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Makefile.pre.in
Makefile.pre.in
+4
-0
No files found.
Makefile.pre.in
View file @
8d50d628
...
...
@@ -1623,6 +1623,10 @@ 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
# 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
'*~'
\
-o
-name
'[@,#]*'
-o
-name
'*.old'
\
-o
-name
'*.orig'
-o
-name
'*.rej'
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment