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
c2021558
Commit
c2021558
authored
Dec 13, 2015
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #25696: Fix installation of Python on UNIX with make -j9.
parent
a1d6f399
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Makefile.pre.in
Makefile.pre.in
+4
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
View file @
c2021558
...
...
@@ -1110,6 +1110,10 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@
fi
bininstall
:
altbininstall
-
if
test
!
-d
$(DESTDIR)$(LIBPC)
;
then
\
echo
"Creating directory
$(LIBPC)
"
;
\
$(INSTALL)
-d
-m
$(DIRMODE)
$(DESTDIR)$(LIBPC)
;
\
fi
-
if
test
-f
$(DESTDIR)$(BINDIR)
/python3
$(EXE)
-o
-h
$(DESTDIR)$(BINDIR)
/python3
$(EXE)
;
\
then
rm
-f
$(DESTDIR)$(BINDIR)
/python3
$(EXE)
;
\
else
true
;
\
...
...
Misc/NEWS
View file @
c2021558
...
...
@@ -84,6 +84,8 @@ Tests
Build
-----
-
Issue
#
25696
:
Fix
installation
of
Python
on
UNIX
with
make
-
j9
.
-
Issue
#
25798
:
Update
OS
X
10.5
installer
to
use
OpenSSL
1.0.2
e
.
...
...
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