changeset 976:de53ddd05abd

The kconfig "make defconfig" will occasionally prompt the user for stuff. (*boggle*) Workaround.
author Rob Landley <rob@landley.net>
date Sat, 06 Feb 2010 01:38:09 -0600
parents 55cf620008b4
children 8d6fe8ad822d
files sources/sections/toybox.build
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/toybox.build	Sat Feb 06 01:01:09 2010 -0600
+++ b/sources/sections/toybox.build	Sat Feb 06 01:38:09 2010 -0600
@@ -1,6 +1,6 @@
 # Build toybox
 
-make defconfig &&
+yes "" | make defconfig &&
 CFLAGS="$CFLAGS $STATIC_DEFAULT_FLAGS" make $DO_CROSS || dienow
 
 if [ -z "$USE_TOYBOX" ]