From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 44BF31389E2 for ; Fri, 5 Dec 2014 15:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D3C2E08A1; Fri, 5 Dec 2014 15:32:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A230FE089E for ; Fri, 5 Dec 2014 15:32:10 +0000 (UTC) Received: from localhost.localdomain (ip70-181-96-121.oc.oc.cox.net [70.181.96.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 12076340511; Fri, 5 Dec 2014 15:32:05 +0000 (UTC) From: Zac Medico To: gentoo-portage-dev@lists.gentoo.org Cc: Austin English Subject: [gentoo-portage-dev] [PATCH] man/emerge.1: --quiet-build=n overridden by --jobs (505116) Date: Fri, 5 Dec 2014 07:31:04 -0800 Message-Id: <1417793464-1345-1-git-send-email-zmedico@gentoo.org> X-Mailer: git-send-email 2.0.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: 2246b926-13ae-4fb1-8bb6-be02b45bd11b X-Archives-Hash: 7e625f2b854f7ec9875ee5cde3d2d5a7 From: Austin English Users may be confused that --quiet-build=n has no effect when used together with --jobs, so it deserves to be mentioned in the man page. X-Gentoo-Bug: 505116 X-Gentoo-Url: https://bugs.gentoo.org/show_bug.cgi?id=505116 --- man/emerge.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/emerge.1 b/man/emerge.1 index 2f01de8..bd4c0fa 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -706,6 +706,8 @@ corresponding die messages. Note that interactive packages currently force all build output to be displayed on stdout. This issue can be temporarily avoided by specifying \fI\-\-accept\-properties=\-interactive\fR. +Further, note that disabling \fI\-\-quiet\-build\fR has no effect if +\fI\-\-jobs\fR is set to anything higher than 1. .TP .BR "\-\-quiet\-fail [ y | n ]" Suppresses display of the build log on stdout when build output is hidden -- 2.0.4