[issue33394] the build of the shared modules is quiet/non-visible when GNU make gets passed macros

Matthias Klose report at bugs.python.org
Mon Apr 30 13:29:31 EDT 2018


New submission from Matthias Klose <doko at debian.org>:

the build of the shared modules is quiet/non-visible when GNU make gets passed macros. This is was introduced by the change to support BSD make.

GNU make adds all make macros passed on the command line to MAKEFLAGS. If one of these macros contains -s, the build of the extensions get quiet.

Also print out how setup.py is called.

----------
components: Build
files: verbose.diff
keywords: patch
messages: 315956
nosy: doko
priority: normal
severity: normal
status: open
title: the build of the shared modules is quiet/non-visible when GNU make gets passed macros
Added file: https://bugs.python.org/file47558/verbose.diff

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33394>
_______________________________________


More information about the Python-bugs-list mailing list