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.

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:14christian.heimessetrecipients: + christian.heimes, barry, doko, benjamin.peterson, Arfrever, python-dev
2012-09-06 13:43:13christian.heimessetmessageid: <1346938993.92.0.430520590952.issue15591@psf.upfronthosting.co.za>
2012-09-06 13:43:13christian.heimeslinkissue15591 messages
2012-09-06 13:43:13christian.heimescreate