This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 christian.heimes
收信人 Arfrever, barry, benjamin.peterson, christian.heimes, doko, python-dev
日期 2012-09-06.13:43:13
SpamBayes Score -1.0
Marked as misclassified
Message-id <1346938993.92.0.430520590952.issue15591@psf.upfronthosting.co.za>
In-reply-to
内容
The fix doesn't work for me. With "make -s" I still see the output to stdout. Also there are much simpler ways to test for MAKEFLAGS:

ifneq (,$(findstring s,$(MAKEFLAGS)))
    QUIET="-q"
else
    QUIET=""
endif

then use $(QUIET) in the call to setup.py
历史
日期 用户 动作 参数
2012-09-06 13:43:14christian.heimes修改recipients: + christian.heimes, barry, doko, benjamin.peterson, Arfrever, python-dev
2012-09-06 13:43:13christian.heimes修改messageid: <1346938993.92.0.430520590952.issue15591@psf.upfronthosting.co.za>
2012-09-06 13:43:13christian.heimes链接issue15591 messages
2012-09-06 13:43:13christian.heimes创建