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
aaad0d60
Kaydet (Commit)
aaad0d60
authored
Eyl 21, 2007
tarafından
Sean Reifscheider
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue1704287: "make install" fails unless you do "make" first. Make
oldsharedmods and sharedmods in "libinstall".
üst
4a21268a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Makefile.pre.in
Makefile.pre.in
+4
-3
No files found.
Makefile.pre.in
Dosyayı görüntüle @
aaad0d60
...
...
@@ -334,7 +334,8 @@ LIBRARY_OBJS= \
# Rules
# Default target
all
:
$(BUILDPYTHON) oldsharedmods sharedmods
all
:
build_all
build_all
:
$(BUILDPYTHON) oldsharedmods sharedmods
# Build the interpreter
$(BUILDPYTHON)
:
Modules/python.o $(LIBRARY) $(LDLIBRARY)
...
...
@@ -729,7 +730,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
distutils distutils/command distutils/tests
$(XMLLIBSUBDIRS)
\
setuptools setuptools/command setuptools/tests setuptools.egg-info
\
curses
$(MACHDEPS)
libinstall
:
$(BUILDPYTHON)
$(srcdir)/Lib/$(PLATDIR)
libinstall
:
build_all
$(srcdir)/Lib/$(PLATDIR)
@
for
i
in
$(SCRIPTDIR)
$(LIBDEST)
;
\
do
\
if
test
!
-d
$(DESTDIR)$$
i
;
then
\
...
...
@@ -1090,7 +1091,7 @@ funny:
Python/thread.o
:
@THREADHEADERS@
# Declare targets that aren't real files
.PHONY
:
all sharedmods oldsharedmods test quicktest memtest
.PHONY
:
all
build_all
sharedmods oldsharedmods test quicktest memtest
.PHONY
:
install altinstall oldsharedinstall bininstall altbininstall
.PHONY
:
maninstall libinstall inclinstall libainstall sharedinstall
.PHONY
:
frameworkinstall frameworkinstallframework frameworkinstallstructure
...
...
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