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
5401e87b
Kaydet (Commit)
5401e87b
authored
Agu 12, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25825: Fix references to Modules/python.exp
These were incorrectly changed in revision 88a532a31eb3.
üst
b4a2b36c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile.pre.in
Makefile.pre.in
+3
-3
NEWS
Misc/NEWS
+3
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
5401e87b
...
...
@@ -1407,10 +1407,10 @@ libainstall: all python-config
$(INSTALL_SCRIPT)
$(srcdir)
/install-sh
$(DESTDIR)$(LIBPL)
/install-sh
$(INSTALL_SCRIPT)
python-config.py
$(DESTDIR)$(LIBPL)
/python-config.py
$(INSTALL_SCRIPT)
python-config
$(DESTDIR)$(BINDIR)
/python
$(LDVERSION)
-config
@
if
[
-s
Program
s/python.exp
-a
\
@
if
[
-s
Module
s/python.exp
-a
\
"
`
echo
$(MACHDEP)
|
sed
's/^\(...\).*/\1/'
`
"
=
"aix"
]
;
then
\
echo
;
echo
"Installing support files for building shared extension modules on AIX:"
;
\
$(INSTALL_DATA)
Program
s/python.exp
\
$(INSTALL_DATA)
Module
s/python.exp
\
$(DESTDIR)$(LIBPL)
/python.exp
;
\
echo
;
echo
"
$(LIBPL)
/python.exp"
;
\
$(INSTALL_SCRIPT)
$(srcdir)
/Modules/makexp_aix
\
...
...
@@ -1620,7 +1620,7 @@ distclean: clobber
done
-
rm
-f
core Makefile Makefile.pre config.status
\
Modules/Setup Modules/Setup.local Modules/Setup.config
\
Modules/ld_so_aix
Program
s/python.exp Misc/python.pc
Modules/ld_so_aix
Module
s/python.exp Misc/python.pc
-
rm
-f
python
*
-gdb
.py
find
$(srcdir)
/[a-zA-Z]
*
'('
-name
'*.fdc'
-o
-name
'*~'
\
-o
-name
'[@,#]*'
-o
-name
'*.old'
\
...
...
Misc/NEWS
Dosyayı görüntüle @
5401e87b
...
...
@@ -154,6 +154,9 @@ Windows
Build
-----
- Issue #25825: Correct the references to Modules/python.exp, which is
required on AIX. The references were accidentally changed in 3.5.0a1.
- Issue #27453: CPP invocation in configure must use CPPFLAGS. Patch by
Chi Hsuan Yen.
...
...
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