commit: c2b640b7160e0ad1920649618126136da1d2be97 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 1 02:23:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 1 02:23:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c2b640b7
ebuild-writing/functions/src_compile/building: minor phrasing fix Signed-off-by: Sam James <sam <AT> gentoo.org> ebuild-writing/functions/src_compile/building/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/functions/src_compile/building/text.xml b/ebuild-writing/functions/src_compile/building/text.xml index 0f332b9..f78c482 100644 --- a/ebuild-writing/functions/src_compile/building/text.xml +++ b/ebuild-writing/functions/src_compile/building/text.xml @@ -20,9 +20,9 @@ cleanly, it should be patched. <p> If patching <e>really</e> isn't an option, <c>emake -j1</c> should be -used. However, when doing this please remember that you are seriously +used. However, when doing this, please remember that you are seriously hurting build times for many non-x86 users in particular. Forcing -a <c>-j1</c> can increase build times from a few minutes to an hour on +<c>-j1</c> can increase build times from a few minutes to an hour on some MIPS and SPARC systems. </p> </body>
