Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Tue, 30 Mar 2021 18:15:53
Message-Id: 1617128093.eb65d74e2ad8428672c7e4d944beaa483a1df6d1.ulm@gentoo
1 commit: eb65d74e2ad8428672c7e4d944beaa483a1df6d1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 02:36:03 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 18:14:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=eb65d74e
7
8 ebuild-writing/common-mistakes: s/cmake-utils/cmake/
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/common-mistakes/text.xml | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
17 index 9ff6608..fba6bac 100644
18 --- a/ebuild-writing/common-mistakes/text.xml
19 +++ b/ebuild-writing/common-mistakes/text.xml
20 @@ -83,11 +83,11 @@ There are several ways to fix non-verbose build logs depending on the build syst
21 </p>
22
23 <ul>
24 - <li>For <c>cmake</c> based build systems it should be sufficient that
25 - the ebuild calls cmake-utils_src_compile which picks up the cmake-utils.eclass
26 + <li>For <c>cmake</c>-based build systems, it should be sufficient that
27 + the ebuild calls cmake_src_compile which picks up the cmake.eclass
28 variable 'CMAKE_VERBOSE=1' by default. If you call emake directly for
29 whatever reason, you can do 'emake VERBOSE=1' (note that
30 - cmake-utils_src_compile takes arguments as well which are passed to make).</li>
31 + cmake_src_compile takes arguments as well which are passed to make).</li>
32
33 <li>For <c>autotools</c> based build systems you can pass
34 '--disable-silent-rules' to econf, or use EAPI 5 where that argument is