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
17ad40e4
Kaydet (Commit)
17ad40e4
authored
Ara 02, 2012
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
üst
cbb02846
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile.pre.in
Makefile.pre.in
+3
-2
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
17ad40e4
...
...
@@ -478,11 +478,12 @@ pybuilddir.txt: $(BUILDPYTHON)
$(RUNSHARED)
$(PYTHON_FOR_BUILD)
-S
-m
sysconfig
--generate-posix-vars
# Build the shared modules
#
MAKEFLAGS are sorted and normalized. Under GNU make
the 's' for
#
Under GNU make, MAKEFLAGS are sorted and normalized;
the 's' for
# -s, --silent or --quiet is always the first char.
# Under BSD make, MAKEFLAGS might be " -s -v x=y".
sharedmods
:
$(BUILDPYTHON) pybuilddir.txt
@
case
"
$$
MAKEFLAGS"
in
\
s
*
)
quiet
=
"-q"
;;
\
*
\
-s
*
|
s
*
)
quiet
=
"-q"
;;
\
*
)
quiet
=
""
;;
\
esac
;
\
$(RUNSHARED)
CC
=
'
$(CC)
'
LDSHARED
=
'
$(BLDSHARED)
'
OPT
=
'
$(OPT)
'
\
...
...
Misc/ACKS
Dosyayı görüntüle @
17ad40e4
...
...
@@ -1075,6 +1075,7 @@ Jerry Seutter
Pete Sevander
Denis Severson
Ian Seyer
Daniel Shahaf
Ha Shao
Mark Shannon
Richard Shapiro
...
...
Misc/NEWS
Dosyayı görüntüle @
17ad40e4
...
...
@@ -408,6 +408,8 @@ Tests
Build
-----
-
Issue
#
16593
:
Have
BSD
'make -s'
do
the
right
thing
,
thanks
to
Daniel
Shahaf
-
Issue
#
16262
:
fix
out
-
of
-
src
-
tree
builds
,
if
mercurial
is
not
installed
.
-
Issue
#
15298
:
ensure
_sysconfigdata
is
generated
in
build
directory
,
not
...
...
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