mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox-hosttools: build verbose
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user