Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_compile/building/
Date: Sun, 01 Aug 2021 02:30:09
Message-Id: 1627784638.c2b640b7160e0ad1920649618126136da1d2be97.sam@gentoo
1 commit: c2b640b7160e0ad1920649618126136da1d2be97
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 02:23:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 02:23:58 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c2b640b7
7
8 ebuild-writing/functions/src_compile/building: minor phrasing fix
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 ebuild-writing/functions/src_compile/building/text.xml | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/ebuild-writing/functions/src_compile/building/text.xml b/ebuild-writing/functions/src_compile/building/text.xml
16 index 0f332b9..f78c482 100644
17 --- a/ebuild-writing/functions/src_compile/building/text.xml
18 +++ b/ebuild-writing/functions/src_compile/building/text.xml
19 @@ -20,9 +20,9 @@ cleanly, it should be patched.
20
21 <p>
22 If patching <e>really</e> isn't an option, <c>emake -j1</c> should be
23 -used. However, when doing this please remember that you are seriously
24 +used. However, when doing this, please remember that you are seriously
25 hurting build times for many non-x86 users in particular. Forcing
26 -a <c>-j1</c> can increase build times from a few minutes to an hour on
27 +<c>-j1</c> can increase build times from a few minutes to an hour on
28 some MIPS and SPARC systems.
29 </p>
30 </body>