Fix for broken pipe when configuring busybox in the gen_compile.sh script

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@181 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Eric Edgar 20 years ago
parent 1f5660de46
commit 5432279fba

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

Loading…
Cancel
Save