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
3f5cc208
Kaydet (Commit)
3f5cc208
authored
Nis 10, 2001
tarafından
Neil Schemenauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try to
strip them. Closes patch #406287.
üst
29be7019
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
Makefile.pre.in
Makefile.pre.in
+11
-10
No files found.
Makefile.pre.in
Dosyayı görüntüle @
3f5cc208
...
...
@@ -43,6 +43,7 @@ LN= @LN@
# Portable install script (configure doesn't always guess right)
INSTALL
=
@INSTALL@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_DATA
=
@INSTALL_DATA@
# Shared libraries must be installed with executable mode on some systems;
# rather than figuring out exactly which, we always give them executable mode.
...
...
@@ -579,8 +580,8 @@ libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR)
@
for
i
in
$(srcdir)
/Lib/
*
.py
$(srcdir)
/Lib/
*
.doc
;
\
do
\
if
test
-x
$$
i
;
then
\
$(INSTALL_
PROGRAM
)
$$
i
$(LIBDEST)
;
\
echo
$(INSTALL_
PROGRAM
)
$$
i
$(LIBDEST)
;
\
$(INSTALL_
SCRIPT
)
$$
i
$(LIBDEST)
;
\
echo
$(INSTALL_
SCRIPT
)
$$
i
$(LIBDEST)
;
\
else
\
$(INSTALL_DATA)
$$
i
$(LIBDEST)
;
\
echo
$(INSTALL_DATA)
$$
i
$(LIBDEST)
;
\
...
...
@@ -601,8 +602,8 @@ libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR)
*
)
\
if
test
-d
$$
i
;
then continue
;
fi
;
\
if
test
-x
$$
i
;
then
\
echo
$(INSTALL_
PROGRAM
)
$$
i
$$
b
;
\
$(INSTALL_
PROGRAM
)
$$
i
$$
b
;
\
echo
$(INSTALL_
SCRIPT
)
$$
i
$$
b
;
\
$(INSTALL_
SCRIPT
)
$$
i
$$
b
;
\
else
\
echo
$(INSTALL_DATA)
$$
i
$$
b
;
\
$(INSTALL_DATA)
$$
i
$$
b
;
\
...
...
@@ -666,8 +667,8 @@ libainstall: all
$(INSTALL_DATA)
Modules/Setup
$(LIBPL)
/Setup
$(INSTALL_DATA)
Modules/Setup.local
$(LIBPL)
/Setup.local
$(INSTALL_DATA)
Modules/Setup.config
$(LIBPL)
/Setup.config
$(INSTALL_
PROGRAM
)
$(srcdir)
/Modules/makesetup
$(LIBPL)
/makesetup
$(INSTALL_
PROGRAM
)
$(srcdir)
/install-sh
$(LIBPL)
/install-sh
$(INSTALL_
SCRIPT
)
$(srcdir)
/Modules/makesetup
$(LIBPL)
/makesetup
$(INSTALL_
SCRIPT
)
$(srcdir)
/install-sh
$(LIBPL)
/install-sh
$(INSTALL_DATA)
$(srcdir)
/Misc/Makefile.pre.in
$(LIBPL)
/Makefile.pre.in
@
if
[
-s
Modules/python.exp
-a
\
"
`
echo
$(MACHDEP)
|
sed
's/^\(...\).*/\1/'
`
"
=
"aix"
]
;
then
\
...
...
@@ -675,10 +676,10 @@ libainstall: all
$(INSTALL_DATA)
Modules/python.exp
\
$(LIBPL)
/python.exp
;
\
echo
;
echo
"
$(LIBPL)
/python.exp"
;
\
$(INSTALL_
PROGRAM
)
$(srcdir)
/Modules/makexp_aix
\
$(INSTALL_
SCRIPT
)
$(srcdir)
/Modules/makexp_aix
\
$(LIBPL)
/makexp_aix
;
\
echo
"
$(LIBPL)
/makexp_aix"
;
\
$(INSTALL_
PROGRAM
)
$(srcdir)
/Modules/ld_so_aix
\
$(INSTALL_
SCRIPT
)
$(srcdir)
/Modules/ld_so_aix
\
$(LIBPL)
/ld_so_aix
;
\
echo
"
$(LIBPL)
/ld_so_aix"
;
\
echo
;
echo
"See Misc/AIX-NOTES for details."
;
\
...
...
@@ -688,9 +689,9 @@ libainstall: all
echo
;
echo
"Installing support files for building shared extension modules on BeOS:"
;
\
$(INSTALL_DATA)
Misc/BeOS-NOTES
$(LIBPL)
/README
;
\
echo
;
echo
"
$(LIBPL)
/README"
;
\
$(INSTALL_
PROGRAM
)
Modules/ar_beos
$(LIBPL)
/ar_beos
;
\
$(INSTALL_
SCRIPT
)
Modules/ar_beos
$(LIBPL)
/ar_beos
;
\
echo
"
$(LIBPL)
/ar_beos"
;
\
$(INSTALL_
PROGRAM
)
Modules/ld_so_beos
$(LIBPL)
/ld_so_beos
;
\
$(INSTALL_
SCRIPT
)
Modules/ld_so_beos
$(LIBPL)
/ld_so_beos
;
\
echo
"
$(LIBPL)
/ld_so_beos"
;
\
echo
;
echo
"See Misc/BeOS-NOTES for details."
;
\
;;
\
...
...
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