Fix for broken pipe when configuring busybox in the gen_compile.sh script
authorEric Edgar <rocket@gentoo.org>
Mon, 7 Mar 2005 16:45:07 +0000 (16:45 +0000)
committerEric Edgar <rocket@gentoo.org>
Mon, 7 Mar 2005 16:45:07 +0000 (16:45 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@181 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_compile.sh

index b7b22dae85bb79d3769fdef7b0df6da23fab6391..5b686323ccf1eab336c24f7b115a84251e0d8804 100644 (file)
@@ -253,7 +253,7 @@ compile_busybox() {
 #                      UTILS_CC="${TEMP}/diet/bin/diet ${UTILS_CC}"
 #              fi
                print_info 1 'busybox: >> Configuring...'
-               yes '' | compile_generic oldconfig utils
+               yes '' 2>/dev/null | compile_generic oldconfig utils
                print_info 1 'busybox: >> Compiling...'
                compile_generic all utils
 # Busybox and dietlibc don't play nice right now