summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-21 12:58:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-21 13:06:44 +0100
commite329c2ca01b6c53bb1823b26ddbfad18bbc31b38 (patch)
treea4f19808bdf49dbfac40b8bfd2cf5b3a39442100
parent0bb55f6eaf3c718efe89f9458756a9c4559a344c (diff)
downloadkde-e329c2ca01b6c53bb1823b26ddbfad18bbc31b38.tar.gz
kde-e329c2ca01b6c53bb1823b26ddbfad18bbc31b38.tar.bz2
kde-e329c2ca01b6c53bb1823b26ddbfad18bbc31b38.zip
cmake.eclass: Better description of cmake_build() and cmake_src_compile()
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/cmake.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index ec3c9bf8d79..ddb67091762 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -567,8 +567,8 @@ cmake_src_configure() {
# @FUNCTION: cmake_src_compile
# @DESCRIPTION:
-# General function for compiling with cmake.
-# Automatically detects the build type. All arguments are passed to emake.
+# General function for compiling with cmake. All arguments are passed
+# to cmake_build.
cmake_src_compile() {
debug-print-function ${FUNCNAME} "$@"
@@ -578,7 +578,8 @@ cmake_src_compile() {
# @FUNCTION: cmake_build
# @DESCRIPTION:
# Function for building the package. Automatically detects the build type.
-# All arguments are passed to emake.
+# All arguments are passed to eninja (default) or emake depending on the value
+# of CMAKE_MAKEFILE_GENERATOR.
cmake_build() {
debug-print-function ${FUNCNAME} "$@"