commit: 5d2af567772bb12b073f1671daea6263055cbdc2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun Apr 24 18:32:00 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 21:45:56 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5d2af567
man/make.conf.5: Document default MAKEOPTS behaviour After commits 5a1e6c9 and 6c054da, if MAKEOPTS is left unset, it will default to the number of processors. Closes: https://github.com/gentoo/portage/pull/826 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> man/make.conf.5 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/make.conf.5 b/man/make.conf.5 index 8afde4a00..fc4a018c5 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -923,6 +923,7 @@ between \fICPUs+1\fR and \fI2*CPUs+1\fR. In order to avoid excess load, the \fB\-\-load\-average\fR option is recommended. For more information, see \fBmake\fR(1). Also see \fBemerge\fR(1) for information about analogous \fB\-\-jobs\fR and \fB\-\-load\-average\fR options. +Defaults to the number of processors if left unset. .TP \fBNOCOLOR\fR = \fI["true" | "false"]\fR Defines if color should be disabled by default.