mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
waf-utils.eclass: Fix handling WAF_VERBOSE=OFF
Patch-by: Joke Junkie
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user