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
907229af
Kaydet (Commit)
907229af
authored
Agu 15, 2010
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't run pgen twice when using make -j.
üst
d17f2197
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
Makefile.pre.in
Makefile.pre.in
+5
-2
NEWS
Misc/NEWS
+5
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
907229af
...
@@ -561,9 +561,12 @@ Modules/python.o: $(srcdir)/Modules/python.c
...
@@ -561,9 +561,12 @@ Modules/python.o: $(srcdir)/Modules/python.c
$(IO_OBJS)
:
$(IO_H)
$(IO_OBJS)
:
$(IO_H)
$(GRAMMAR_H) $(GRAMMAR_C)
:
$(PGEN) $(GRAMMAR_INPUT)
# Use a stamp file to prevent make -j invoking pgen twice
$(GRAMMAR_H) $(GRAMMAR_C)
:
Parser/pgen.stamp
Parser/pgen.stamp
:
$(PGEN) $(GRAMMAR_INPUT)
-
@
$(INSTALL)
-d
Include
-
@
$(INSTALL)
-d
Include
-
$(PGEN)
$(GRAMMAR_INPUT)
$(GRAMMAR_H)
$(GRAMMAR_C)
-
$(PGEN)
$(GRAMMAR_INPUT)
$(GRAMMAR_H)
$(GRAMMAR_C)
-
touch
Parser/pgen.stamp
$(PGEN)
:
$(PGENOBJS)
$(PGEN)
:
$(PGENOBJS)
$(CC)
$(OPT)
$(PY_LDFLAGS)
$(PGENOBJS)
$(LIBS)
-o
$(PGEN)
$(CC)
$(OPT)
$(PY_LDFLAGS)
$(PGENOBJS)
$(LIBS)
-o
$(PGEN)
...
@@ -1197,7 +1200,7 @@ profile-removal:
...
@@ -1197,7 +1200,7 @@ profile-removal:
clobber
:
clean profile-removal
clobber
:
clean profile-removal
-
rm
-f
$(BUILDPYTHON)
$(PGEN)
$(LIBRARY)
$(LDLIBRARY)
$(DLLLIBRARY)
\
-
rm
-f
$(BUILDPYTHON)
$(PGEN)
$(LIBRARY)
$(LDLIBRARY)
$(DLLLIBRARY)
\
tags TAGS
\
tags TAGS
Parser/pgen.stamp
\
config.cache config.log pyconfig.h Modules/config.c
config.cache config.log pyconfig.h Modules/config.c
-
rm
-rf
build platform
-
rm
-rf
build platform
-
rm
-rf
$(PYTHONFRAMEWORKDIR)
-
rm
-rf
$(PYTHONFRAMEWORKDIR)
...
...
Misc/NEWS
Dosyayı görüntüle @
907229af
...
@@ -215,6 +215,11 @@ Tests
...
@@ -215,6 +215,11 @@ Tests
- Issue #8687: provide a test suite for sched.py module.
- Issue #8687: provide a test suite for sched.py module.
Build
-----
- Don't run pgen twice when using make -j.
What's New in Python 3.2 Alpha 1?
What's New in Python 3.2 Alpha 1?
=================================
=================================
...
...
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