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
6fe01d4b
Kaydet (Commit)
6fe01d4b
authored
Eyl 11, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added Setup.local feature; make shared libs readonly
üst
9b38a145
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
Makefile.pre.in
Modules/Makefile.pre.in
+7
-3
No files found.
Modules/Makefile.pre.in
Dosyayı görüntüle @
6fe01d4b
...
...
@@ -66,7 +66,8 @@ INSTALL_PROGRAM=${INSTALL} -m 755
INSTALL_DATA
=
${
INSTALL
}
-m
644
# Shared libraries must be installed with executable mode on some systems;
# rather than figuring out exactly which, we always give them executable mode.
INSTALL_SHARED
=
${
INSTALL
}
-m
755
# Also, making them read-only seems to be a good idea...
INSTALL_SHARED
=
${
INSTALL
}
-m
555
# === Variables that are customizable by hand or by inclusion in Setup ===
...
...
@@ -137,12 +138,15 @@ getpath.o: getpath.c Makefile
-DEXEC_PREFIX
=
'"
$(exec_prefix)
"'
\
$(srcdir)
/getpath.c
config.c Makefile
:
Makefile.pre config.c.in $(MAKESETUP) Setup
$(SHELL)
$(MAKESETUP)
Setup
config.c Makefile
:
Makefile.pre config.c.in $(MAKESETUP) Setup
Setup.local
$(SHELL)
$(MAKESETUP)
Setup
Setup.local
Setup
:
cp
$(srcdir)
/Setup.in Setup
Setup.local
:
echo
"# Edit this file for local setup changes"
>
Setup.local
Makefile.pre
:
Makefile.pre.in ../config.status
(
cd
..
;
CONFIG_FILES
=
Modules/Makefile.pre
CONFIG_HEADERS
=
\
$(SHELL)
config.status
)
...
...
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