projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbdb778
)
cmake.eclass: Fix the fatal typo fix
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Jan 2020 10:43:29 +0000
(11:43 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Jan 2020 10:43:50 +0000
(11:43 +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 f7887d0e26ffb120ba58a67f94d8ce7b0c496e45..c91e2dd4ada221d7cd6d10d412b49df3ec1babb9 100644
(file)
--- a/
eclass/cmake.eclass
+++ b/
eclass/cmake.eclass
@@
-567,7
+567,7
@@
cmake_build() {
emake)
[[ -e Makefile ]] || die "Makefile not found. Error during configure stage."
[[ "${CMAKE_VERBOSE}" != "OFF" ]] && local verbosity="VERBOSE=1"
- emake "${verbosity} "$@"
+ emake "${verbosity}
"
"$@"
;;
ninja)
[[ -e build.ninja ]] || die "build.ninja not found. Error during configure stage."