Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
c2021558
Kaydet (Commit)
c2021558
authored
Ara 13, 2015
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25696: Fix installation of Python on UNIX with make -j9.
üst
a1d6f399
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
NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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