diff -r 1007f2b72414 -r a31e625eb343 scripts/build/libc_eglibc.sh --- a/scripts/build/libc_eglibc.sh Tue Aug 12 09:14:55 2008 +0000 +++ b/scripts/build/libc_eglibc.sh Sun Aug 17 14:13:00 2008 +0000 @@ -72,7 +72,7 @@ [ -a "${CT_LOCAL_TARBALLS_DIR}/${eglibc_localedef}" ] && \ [ -a "${CT_LOCAL_TARBALLS_DIR}/${eglibc_ports}" ] && \ [ "${CT_FORCE_DOWNLOAD}" != "y" ]; then - CT_DoLog EXTRA "Got 'eglibc-${CT_LIBC_VERSION}' from local storage" + CT_DoLog DEBUG "Got 'eglibc-${CT_LIBC_VERSION}' from local storage" for file in ${eglibc} ${eglibc_linuxthreads} ${eglibc_localedef} ${eglibc_ports}; do CT_DoExecLog ALL ln -s "${CT_LOCAL_TARBALLS_DIR}/${file}" "${CT_TARBALLS_DIR}/${file}" done