Message 169917 - Python tracker
Message169917
| Author | christian.heimes |
|---|---|
| Recipients | Arfrever, barry, benjamin.peterson, christian.heimes, doko, python-dev |
| Date | 2012-09-06.13:43:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1346938993.92.0.430520590952.issue15591@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-06 13:43:14 | christian.heimes | set | recipients: + christian.heimes, barry, doko, benjamin.peterson, Arfrever, python-dev |
| 2012-09-06 13:43:13 | christian.heimes | set | messageid: <1346938993.92.0.430520590952.issue15591@psf.upfronthosting.co.za> |
| 2012-09-06 13:43:13 | christian.heimes | link | issue15591 messages |
| 2012-09-06 13:43:13 | christian.heimes | create | |