# 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:
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}