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
4be4e657
Kaydet (Commit)
4be4e657
authored
Nis 17, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add reindent target.
üst
1a00e185
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Makefile.pre.in
Makefile.pre.in
+4
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
4be4e657
...
@@ -956,6 +956,10 @@ config.status: $(srcdir)/configure
...
@@ -956,6 +956,10 @@ config.status: $(srcdir)/configure
.c.o
:
.c.o
:
$(CC)
-c
$(PY_CFLAGS)
-o
$@
$<
$(CC)
-c
$(PY_CFLAGS)
-o
$@
$<
# Run reindent on the library
reindent
:
./python
$(EXEEXT)
$(srcdir)
/Tools/scripts/reindent.py
-r
$(srcdir)
/Lib
# Rerun configure with the same options as it was run last time,
# Rerun configure with the same options as it was run last time,
# provided the config.status script exists
# provided the config.status script exists
recheck
:
recheck
:
...
...
Misc/NEWS
Dosyayı görüntüle @
4be4e657
...
@@ -95,6 +95,9 @@ Library
...
@@ -95,6 +95,9 @@ Library
Build
Build
-----
-----
-
The
Makefile
now
has
a
reindent
target
,
which
runs
reindent
.
py
on
the
library
.
-
Patch
#
1470875
:
Building
Python
with
MS
Free
Compiler
-
Patch
#
1470875
:
Building
Python
with
MS
Free
Compiler
-
Patch
#
1161914
:
Add
a
python
-
config
script
.
-
Patch
#
1161914
:
Add
a
python
-
config
script
.
...
...
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