projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e10c1
)
waf-utils.eclass: Fix handling WAF_VERBOSE=OFF
author
Michał Górny
<mgorny@gentoo.org>
Wed, 29 Aug 2018 15:18:30 +0000
(17:18 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 29 Aug 2018 15:18:30 +0000
(17:18 +0200)
Patch-by: Joke Junkie
eclass/waf-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/waf-utils.eclass
b/eclass/waf-utils.eclass
index d3e52fc463dd5f6fd7c5eb88da96ff184c68ffc7..4d02483a927e639f7b011d144d0f9355107f5151 100644
(file)
--- a/
eclass/waf-utils.eclass
+++ b/
eclass/waf-utils.eclass
@@
-99,7
+99,7
@@
waf-utils_src_configure() {
waf-utils_src_compile() {
debug-print-function ${FUNCNAME} "$@"
local _mywafconfig
- [[
"${WAF_VERBOSE}"
]] && _mywafconfig="--verbose"
+ [[
${WAF_VERBOSE} == ON
]] && _mywafconfig="--verbose"
local jobs="--jobs=$(makeopts_jobs)"
echo "\"${WAF_BINARY}\" build ${_mywafconfig} ${jobs}"