scripts/build/libc_eglibc.sh
changeset 799 a31e625eb343
parent 790 1007f2b72414
child 808 0949a87e1629
     1.1 --- a/scripts/build/libc_eglibc.sh	Tue Aug 12 09:14:55 2008 +0000
     1.2 +++ b/scripts/build/libc_eglibc.sh	Sun Aug 17 14:13:00 2008 +0000
     1.3 @@ -72,7 +72,7 @@
     1.4         [ -a "${CT_LOCAL_TARBALLS_DIR}/${eglibc_localedef}" ]    && \
     1.5         [ -a "${CT_LOCAL_TARBALLS_DIR}/${eglibc_ports}" ]        && \
     1.6         [ "${CT_FORCE_DOWNLOAD}" != "y" ]; then
     1.7 -        CT_DoLog EXTRA "Got 'eglibc-${CT_LIBC_VERSION}' from local storage"
     1.8 +        CT_DoLog DEBUG "Got 'eglibc-${CT_LIBC_VERSION}' from local storage"
     1.9          for file in ${eglibc} ${eglibc_linuxthreads} ${eglibc_localedef} ${eglibc_ports}; do
    1.10              CT_DoExecLog ALL ln -s "${CT_LOCAL_TARBALLS_DIR}/${file}" "${CT_TARBALLS_DIR}/${file}"
    1.11          done