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
5edae7ea
Kaydet (Commit)
5edae7ea
authored
Mar 06, 2011
tarafından
Thomas Wouters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from
working correctly with a relative path.
üst
90f00ea6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile.pre.in
Makefile.pre.in
+2
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
5edae7ea
...
@@ -1059,7 +1059,7 @@ sharedinstall: sharedmods
...
@@ -1059,7 +1059,7 @@ sharedinstall: sharedmods
--prefix
=
$(prefix)
\
--prefix
=
$(prefix)
\
--install-scripts
=
$(BINDIR)
\
--install-scripts
=
$(BINDIR)
\
--install-platlib
=
$(DESTSHARED)
\
--install-platlib
=
$(DESTSHARED)
\
--root
=
/
$(DESTDIR)
--root
=
$(DESTDIR)
/
# Here are a couple of targets for MacOSX again, to install a full
# Here are a couple of targets for MacOSX again, to install a full
# framework-based Python. frameworkinstall installs everything, the
# framework-based Python. frameworkinstall installs everything, the
...
@@ -1131,7 +1131,7 @@ scriptsinstall:
...
@@ -1131,7 +1131,7 @@ scriptsinstall:
./
$(BUILDPYTHON)
$(srcdir)
/Tools/scripts/setup.py
install
\
./
$(BUILDPYTHON)
$(srcdir)
/Tools/scripts/setup.py
install
\
--prefix
=
$(prefix)
\
--prefix
=
$(prefix)
\
--install-scripts
=
$(BINDIR)
\
--install-scripts
=
$(BINDIR)
\
--root
=
/
$(DESTDIR)
--root
=
$(DESTDIR)
/
# Build the toplevel Makefile
# Build the toplevel Makefile
Makefile.pre
:
Makefile.pre.in config.status
Makefile.pre
:
Makefile.pre.in config.status
...
...
Misc/NEWS
Dosyayı görüntüle @
5edae7ea
...
@@ -207,6 +207,8 @@ Extension Modules
...
@@ -207,6 +207,8 @@ Extension Modules
Build
Build
-----
-----
-
Issue
#
11411
:
Fix
'make DESTDIR='
with
a
relative
destination
.
-
Issue
#
10709
:
Add
updated
AIX
notes
in
Misc
/
README
.
AIX
.
-
Issue
#
10709
:
Add
updated
AIX
notes
in
Misc
/
README
.
AIX
.
-
Issue
#
11184
:
Fix
large
-
file
support
on
AIX
.
-
Issue
#
11184
:
Fix
large
-
file
support
on
AIX
.
...
...
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