diff -r 5581761d6e97 -r c72aecd1a9ef scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Mon Nov 17 18:46:09 2008 +0000 +++ b/scripts/build/libc/uClibc.sh Sat Jan 03 21:11:41 2009 +0000 @@ -2,12 +2,6 @@ # Copyright 2007 Yann E. MORIN # Licensed under the GPL v2. See COPYING in the root of this package -do_print_filename() { - [ "${CT_LIBC}" = "uClibc" ] || return 0 - echo "uClibc-${CT_LIBC_VERSION}" - [ "${CT_LIBC_UCLIBC_LOCALES}" = "y" ] && echo "uClibc-locale-030818" || true -} - # Download uClibc do_libc_get() { libc_src="http://www.uclibc.org/downloads