commit: 0572894804c189a5d1381d135bbd775a85263577 Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com> AuthorDate: Fri Feb 17 00:48:43 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 00:52:11 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=05728948
NEWS: mention --output-sync=line Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com> Closes: https://github.com/gentoo/portage/pull/937 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 646073421..eef664f64 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ portage-3.0.45 (UNRELEASED) Features: * Support new ELF machine code: AMDGPU +* ebuild: Set GNUMAKEFLAGS="--output-sync=line" to ensure build logs are written + to synchronously when running GNU make in parallel. This option is only set if + MAKEOPTS and GNUMAKEFLAGS are left unset by the user. + Bug fixes: * gpkg: Handle out-of-space errors (bug #891391).
