busybox-hosttools: build verbose

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-27 02:54:19 +01:00
parent 3aaccd53c4
commit 478b67684c

View File

@ -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