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
5ee95474
Kaydet (Commit)
5ee95474
authored
Ara 31, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert SF patch 659809 -- it causes double options that can cause breakage.
üst
f3edea5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
Makefile.pre.in
Makefile.pre.in
+3
-3
NEWS
Misc/NEWS
+0
-3
No files found.
Makefile.pre.in
Dosyayı görüntüle @
5ee95474
...
...
@@ -54,8 +54,8 @@ MAKESETUP= $(srcdir)/Modules/makesetup
# Compiler options
OPT
=
@OPT@
CFLAGS
=
$(OPT)
@CFLAGS@
CPPFLAGS
=
-I
.
-I
$(srcdir)
/Include
@CPPFLAGS@
CFLAGS
=
$(OPT)
CPPFLAGS
=
-I
.
-I
$(srcdir)
/Include
LDFLAGS
=
@LDFLAGS@
LDLAST
=
@LDLAST@
SGI_ABI
=
@SGI_ABI@
...
...
@@ -427,7 +427,7 @@ $(GRAMMAR_H) $(GRAMMAR_C): $(PGEN) $(GRAMMAR_INPUT)
-
$(PGEN)
$(GRAMMAR_INPUT)
$(GRAMMAR_H)
$(GRAMMAR_C)
$(PGEN)
:
$(PGENOBJS)
$(CC)
$(OPT)
$(PGENOBJS)
$(L
DFLAGS)
$(L
IBS)
-o
$(PGEN)
$(CC)
$(OPT)
$(PGENOBJS)
$(LIBS)
-o
$(PGEN)
Parser/grammar.o
:
$(srcdir)/Parser/grammar.c
\
$(srcdir)/Include/token.h
\
...
...
Misc/NEWS
Dosyayı görüntüle @
5ee95474
...
...
@@ -764,9 +764,6 @@ Tools/Demos
Build
-----
-
Makefile
.
pre
.
in
now
adds
@
CFLAGS
@
and
@
CPPFLAGS
@
to
their
respective
variable
definitions
.
-
On
Unix
,
IDLE
is
now
installed
automatically
.
-
The
fpectl
module
is
not
built
by
default
;
it
's dangerous or useless
...
...
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