diff sources/sections/busybox.build @ 1799:9aa5983fbbaa draft

Busybox 1.24.1 (nommu fixes to hush)
author Rob Landley <rob@landley.net>
date Sat, 24 Oct 2015 06:39:21 -0500
parents d461b345c3c9
children a49c6d9353bf
line wrap: on
line diff
--- a/sources/sections/busybox.build	Mon Oct 19 08:53:26 2015 -0500
+++ b/sources/sections/busybox.build	Sat Oct 24 06:39:21 2015 -0500
@@ -15,7 +15,7 @@
   make allnoconfig KCONFIG_ALLCONFIG="$WORK/config-busybox" || dienow
 fi
 
-LDFLAGS="$LDFLAGS $STATIC_FLAGS" make -j $CPUS V=${BUILD_VERBOSE:+2} \
+LDFLAGS="$LDFLAGS $STATIC_FLAGS" make -j $CPUS V=${BUILD_VERBOSE:+1} \
   $DO_CROSS ${ELF2FLT:+SKIP_STRIP=y} &&
 make busybox.links || dienow