mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
buildsystem: add flag to enable verbose build (if package supports it)
This commit is contained in:
parent
96635b4fd4
commit
86ec1eee8a
@ -234,6 +234,12 @@ setup_toolchain() {
|
|||||||
export MAKEFLAGS="-j$CONCURRENCY_MAKE_LEVEL"
|
export MAKEFLAGS="-j$CONCURRENCY_MAKE_LEVEL"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# verbose flag
|
||||||
|
if flag_enabled "verbose" "no"; then
|
||||||
|
NINJA_OPTS="$NINJA_OPTS -v"
|
||||||
|
export MAKEFLAGS="$MAKEFLAGS V=1 VERBOSE=1"
|
||||||
|
fi
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
target|init)
|
target|init)
|
||||||
export DESTIMAGE="target"
|
export DESTIMAGE="target"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user