projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4a22f
)
cmake.eclass: Fix fatal typo
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Jan 2020 10:00:40 +0000
(11:00 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Jan 2020 10:01:43 +0000
(11:01 +0100)
Thanks-to: Tomas Mozes <hydrapolic@gmail.com>
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 b2b9ae87961308ff117365c351dd88861b59b259..f7887d0e26ffb120ba58a67f94d8ce7b0c496e45 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."