Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Austin English <austinenglish@×××××.com>
Subject: [gentoo-portage-dev] [PATCH] man/emerge.1: --quiet-build=n overridden by --jobs (505116)
Date: Fri, 05 Dec 2014 15:32:13
Message-Id: 1417793464-1345-1-git-send-email-zmedico@gentoo.org
1 From: Austin English <austinenglish@×××××.com>
2
3 Users may be confused that --quiet-build=n has no effect when used
4 together with --jobs, so it deserves to be mentioned in the man page.
5
6 X-Gentoo-Bug: 505116
7 X-Gentoo-Url: https://bugs.gentoo.org/show_bug.cgi?id=505116
8 ---
9 man/emerge.1 | 2 ++
10 1 file changed, 2 insertions(+)
11
12 diff --git a/man/emerge.1 b/man/emerge.1
13 index 2f01de8..bd4c0fa 100644
14 --- a/man/emerge.1
15 +++ b/man/emerge.1
16 @@ -706,6 +706,8 @@ corresponding die messages.
17 Note that interactive packages currently force all build output to
18 be displayed on stdout. This issue can be temporarily avoided
19 by specifying \fI\-\-accept\-properties=\-interactive\fR.
20 +Further, note that disabling \fI\-\-quiet\-build\fR has no effect if
21 +\fI\-\-jobs\fR is set to anything higher than 1.
22 .TP
23 .BR "\-\-quiet\-fail [ y | n ]"
24 Suppresses display of the build log on stdout when build output is hidden
25 --
26 2.0.4

Replies