aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-21 02:36:03 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-30 20:14:53 +0200
commiteb65d74e2ad8428672c7e4d944beaa483a1df6d1 (patch)
tree8e1f956cc9b4fb60c90b7b7846b9c014bfe600cf
parentebuild-writing/common-mistakes: convert 'build log not verbose' to list (diff)
downloaddevmanual-eb65d74e2ad8428672c7e4d944beaa483a1df6d1.tar.gz
devmanual-eb65d74e2ad8428672c7e4d944beaa483a1df6d1.tar.bz2
devmanual-eb65d74e2ad8428672c7e4d944beaa483a1df6d1.zip
ebuild-writing/common-mistakes: s/cmake-utils/cmake/
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/common-mistakes/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 9ff6608..fba6bac 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -83,11 +83,11 @@ There are several ways to fix non-verbose build logs depending on the build syst
</p>
<ul>
- <li>For <c>cmake</c> based build systems it should be sufficient that
- the ebuild calls cmake-utils_src_compile which picks up the cmake-utils.eclass
+ <li>For <c>cmake</c>-based build systems, it should be sufficient that
+ the ebuild calls cmake_src_compile which picks up the cmake.eclass
variable 'CMAKE_VERBOSE=1' by default. If you call emake directly for
whatever reason, you can do 'emake VERBOSE=1' (note that
- cmake-utils_src_compile takes arguments as well which are passed to make).</li>
+ cmake_src_compile takes arguments as well which are passed to make).</li>
<li>For <c>autotools</c> based build systems you can pass
'--disable-silent-rules' to econf, or use EAPI 5 where that argument is