diff -r be4484f10ac7 -r e78c0b2bc057 scripts/build/libc_glibc.sh --- a/scripts/build/libc_glibc.sh Sat Jun 16 18:08:14 2007 +0000 +++ b/scripts/build/libc_glibc.sh Sat Jun 16 21:44:45 2007 +0000 @@ -4,11 +4,11 @@ do_print_filename() { [ "${CT_LIBC}" = "glibc" ] || return 0 - echo "${CT_LIBC_FILE}" + echo "glibc-${CT_LIBC_VERSION}" for addon in `do_libc_add_ons_list " "`; do # NPTL addon is not to be downloaded, in any case [ "${addon}" = "nptl" ] && continue || true - echo "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" + echo "glibc-${addon}-${CT_LIBC_VERSION}" done }