changeset 1503:ef9114dfbd2e

The toybox build should also support BUILD_VERBOSE.
author Rob Landley <rob@landley.net>
date Thu, 15 Mar 2012 22:36:30 -0500
parents 14588e923205
children eb4d0124767a
files sources/sections/toybox.build
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/toybox.build	Wed Mar 14 06:19:21 2012 -0500
+++ b/sources/sections/toybox.build	Thu Mar 15 22:36:30 2012 -0500
@@ -7,7 +7,7 @@
 for i in defconfig toybox install$([ -z "$ARCH" ] && echo _flat)
 do
   PREFIX="$STAGE_DIR" CFLAGS="$CFLAGS $STATIC_FLAGS" CC= STRIP= \
-    CROSS_COMPILE=${ARCH:+${ARCH}-} make -j $CPUS $i || dienow
+    CROSS_COMPILE=${ARCH:+${ARCH}-} make -j $CPUS $VERBOSITY $i || dienow
 done
 cp .config "$WORK"/config-toybox || dienow