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
10f715d7
Unverified
Kaydet (Commit)
10f715d7
authored
Nis 30, 2018
tarafından
Matthias Klose
Kaydeden (comit)
GitHub
Nis 30, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable the verbose build for extension modules with GNU make (#6659)
üst
7e3545c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Makefile.pre.in
Makefile.pre.in
+5
-1
2018-04-30-17-36-46.bpo-33394._Vdi4t.rst
...EWS.d/next/Build/2018-04-30-17-36-46.bpo-33394._Vdi4t.rst
+2
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
10f715d7
...
...
@@ -601,11 +601,15 @@ $(srcdir)/Modules/_blake2/blake2s_impl.c: $(srcdir)/Modules/_blake2/blake2b_impl
# 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".
# Ignore macros passed by GNU make, passed after --
sharedmods
:
$(BUILDPYTHON) pybuilddir.txt Modules/_math.o
@
case
"
$$
MAKEFLAGS
"
in
\
@
case
"
`
echo
X
$$
MAKEFLAGS |
sed
's/^X //;s/ -- .*//'
`
"
in
\
*
\
-s
*
|
s
*
)
quiet
=
"-q"
;;
\
*
)
quiet
=
""
;;
\
esac
;
\
echo
"
$(RUNSHARED)
CC='
$(CC)
' LDSHARED='
$(BLDSHARED)
' OPT='
$(OPT)
'
\
_TCLTK_INCLUDES='
$(TCLTK_INCLUDES)
' _TCLTK_LIBS='
$(TCLTK_LIBS)
'
\
$(PYTHON_FOR_BUILD)
$(srcdir)
/setup.py
$$
quiet build"
;
\
$(RUNSHARED)
CC
=
'
$(CC)
'
LDSHARED
=
'
$(BLDSHARED)
'
OPT
=
'
$(OPT)
'
\
_TCLTK_INCLUDES
=
'
$(TCLTK_INCLUDES)
'
_TCLTK_LIBS
=
'
$(TCLTK_LIBS)
'
\
$(PYTHON_FOR_BUILD)
$(srcdir)
/setup.py
$$
quiet build
...
...
Misc/NEWS.d/next/Build/2018-04-30-17-36-46.bpo-33394._Vdi4t.rst
0 → 100644
Dosyayı görüntüle @
10f715d7
Enable the verbose build for extension modules, when GNU make is passed
macros on the command line.
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