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 doko
Recipients doko
Date 2012-08-28.16:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346172626.64.0.796691078867.issue15591@psf.upfronthosting.co.za>
In-reply-to
Content
bah, this happens when you do a parallel build. --jobserver-fds is passed in MAKEFLAGS, and the test for sharedmods turns on the quiet mode, because it matches just *s* in MAKEFLAGS :-/

The patch tries to parse MAKEFLAGS using getopt, and if getopt is not available, falls back to MAKEFLAGS, and then tries to match -s.

The only downside is that you won't get a quiet build, if you don't have getopt, and pass MAKEFLAGS options as a combined option (e.g. -fs).
History
Date User Action Args
2012-08-28 16:50:26dokosetrecipients: + doko
2012-08-28 16:50:26dokosetmessageid: <1346172626.64.0.796691078867.issue15591@psf.upfronthosting.co.za>
2012-08-28 16:50:26dokolinkissue15591 messages
2012-08-28 16:50:26dokocreate