Removed some unused dietlibc code.
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Jul 2008 23:57:18 +0000 (16:57 -0700)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Jul 2008 23:57:18 +0000 (16:57 -0700)
ChangeLog
gen_compile.sh

index 927384c410940b6f6964e8c6915194ea15099b2e..d26df8bfeb89a15a6a2bb551402240c4dafae0ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni
 # Distributed under the GPL v2
 
+  28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> gen_compile.sh:
+  Removed some unused dietlibc code.
+
   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO,
   gen_bootloader.sh, gen_compile.sh, gen_configkernel.sh,
   gen_determineargs.sh, genkernel:
index 14488c9dd162ebfd6e21f8010fc085c1e761733d..7455aa648bb294fbc13ecdba405a5c66a841f848 100644 (file)
@@ -271,22 +271,6 @@ compile_generic() {
        fi
 }
 
-extract_dietlibc_bincache() {
-       cd "${TEMP}"
-       rm -rf "${TEMP}/diet" > /dev/null
-       /bin/tar -jxpf "${DIETLIBC_BINCACHE}" ||
-               gen_die 'Could not extract dietlibc bincache!'
-       [ ! -d "${TEMP}/diet" ] &&
-               gen_die "${TEMP}/diet directory not found!"
-       cd - > /dev/null
-}
-
-clean_dietlibc_bincache() {
-       cd "${TEMP}"
-       rm -rf "${TEMP}/diet" > /dev/null
-       cd - > /dev/null
-}
-
 compile_modules() {
        print_info 1 "        >> Compiling ${KV} modules..."
        cd ${KERNEL_DIR}