diff -r c91b266f4dfa -r 35302e8a3483 scripts/build/libc/eglibc.sh --- a/scripts/build/libc/eglibc.sh Mon Sep 22 19:51:29 2008 +0000 +++ b/scripts/build/libc/eglibc.sh Sun Sep 28 21:34:11 2008 +0000 @@ -110,6 +110,11 @@ CT_ExtractAndPatch "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" done + # The configure files may be older than the configure.in files + # if using a snapshot (or even some tarballs). Fake them being + # up to date. + find "${CT_SRC_DIR}/${CT_LIBC_FILE}" -type f -name configure -exec touch {} \; 2>&1 |CT_DoLog ALL + return 0 } @@ -118,7 +123,7 @@ : } -# This function installs the glibc headers needed to build the core compiler +# This function installs the eglibc headers needed to build the core compiler do_libc_headers() { # Instead of doing two time the same actions, headers will # be installed with start files