消息 [169917]
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:14 | christian.heimes | 修改 | recipients:
+ christian.heimes, barry, doko, benjamin.peterson, Arfrever, python-dev |
| 2012-09-06 13:43:13 | christian.heimes | 修改 | messageid: <1346938993.92.0.430520590952.issue15591@psf.upfronthosting.co.za> |
| 2012-09-06 13:43:13 | christian.heimes | 链接 | issue15591 messages |
| 2012-09-06 13:43:13 | christian.heimes | 创建 | |
|