消息 [169287]
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). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-08-28 16:50:26 | doko | 修改 | recipients:
+ doko |
| 2012-08-28 16:50:26 | doko | 修改 | messageid: <1346172626.64.0.796691078867.issue15591@psf.upfronthosting.co.za> |
| 2012-08-28 16:50:26 | doko | 链接 | issue15591 messages |
| 2012-08-28 16:50:26 | doko | 创建 | |
|