projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17850c
)
cmake.eclass: Fix cmake-utils_src_make error message
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Jan 2020 14:13:54 +0000
(15:13 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Jan 2020 14:19:50 +0000
(15:19 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/cmake.eclass
patch
|
blob
|
history
diff --git
a/eclass/cmake.eclass
b/eclass/cmake.eclass
index 85cd9a5529fb267d31c6786b237a567c06b8dbdd..dfccbad1a7865b13b1c951c6e6a6889cba08a686 100644
(file)
--- a/
eclass/cmake.eclass
+++ b/
eclass/cmake.eclass
@@
-587,7
+587,7
@@
cmake_build() {
# @DESCRIPTION:
# Banned. Use cmake_build instead.
cmake-utils_src_make() {
- die "cmake_src_make is banned. Use cmake_build instead"
+ die "cmake
-utils
_src_make is banned. Use cmake_build instead"
}
# @FUNCTION: cmake_src_test