summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Edgar <rocket@gentoo.org>2005-03-07 16:45:07 +0000
committerEric Edgar <rocket@gentoo.org>2005-03-07 16:45:07 +0000
commit5432279fba830a15884b7f2b47fbb173c246de7b (patch)
tree05e1238cf350ee66481e952b182adfe7e91972c6 /gen_compile.sh
parent>> 3.1.1d. Add sata_qstor; fix #83328. (diff)
downloadgenkernel-5432279fba830a15884b7f2b47fbb173c246de7b.tar.gz
genkernel-5432279fba830a15884b7f2b47fbb173c246de7b.tar.bz2
genkernel-5432279fba830a15884b7f2b47fbb173c246de7b.zip
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
Diffstat (limited to 'gen_compile.sh')
-rw-r--r--gen_compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_compile.sh b/gen_compile.sh
index b7b22da..5b68632 100644
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -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