Removed some unused dietlibc code.

cleanup-cruft
Chris Gianelloni 17 years ago
parent 676dd5a061
commit cceaf5e715

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

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

Loading…
Cancel
Save