summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-21 13:06:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-21 14:17:37 +0100
commit4a676faa2c7f4c7f523becaf4c3d102d65fe546a (patch)
treef9bac133515d27923408fb8dc877328c109d81b9
parentcmake.eclass: Better description of cmake_build() and cmake_src_compile() (diff)
downloadgentoo-4a676faa2c7f4c7f523becaf4c3d102d65fe546a.tar.gz
gentoo-4a676faa2c7f4c7f523becaf4c3d102d65fe546a.tar.bz2
gentoo-4a676faa2c7f4c7f523becaf4c3d102d65fe546a.zip
cmake.eclass: Documentation: cmake_src_prepare() *MUST* be run
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/cmake.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 271f237bf0cc..0841a3bd2c66 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -313,7 +313,7 @@ _cmake_modify-cmakelists() {
# @FUNCTION: cmake_src_prepare
# @DESCRIPTION:
-# Apply ebuild and user patches.
+# Apply ebuild and user patches. *MUST* be run or cmake_src_configure will fail.
cmake_src_prepare() {
debug-print-function ${FUNCNAME} "$@"