mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox-hosttools: build verbose
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3aaccd53c4
commit
478b67684c
@ -11,7 +11,7 @@ cd $BUILD/busybox*
|
||||
cp $ROOT/$PKG_DIR/config/$1.conf .config
|
||||
make oldconfig
|
||||
|
||||
ARCH=$TARGET_ARCH make CROSS_COMPILE="" install
|
||||
ARCH=$TARGET_ARCH make CROSS_COMPILE="" KBUILD_VERBOSE="1" install
|
||||
|
||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||
cp -R _install-hosttools/bin/* $ROOT/$TOOLCHAIN/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user