scripts/build/libc/eglibc.sh
changeset 965 45ddf096def1
parent 867 c91b266f4dfa
child 1041 2573519c00d6
     1.1 --- a/scripts/build/libc/eglibc.sh	Mon Sep 22 19:51:29 2008 +0000
     1.2 +++ b/scripts/build/libc/eglibc.sh	Thu Oct 23 13:45:48 2008 +0000
     1.3 @@ -110,6 +110,11 @@
     1.4          CT_ExtractAndPatch "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}"
     1.5      done
     1.6  
     1.7 +    # The configure files may be older than the configure.in files
     1.8 +    # if using a snapshot (or even some tarballs). Fake them being
     1.9 +    # up to date.
    1.10 +    find "${CT_SRC_DIR}/${CT_LIBC_FILE}" -type f -name configure -exec touch {} \; 2>&1 |CT_DoLog ALL
    1.11 +
    1.12      return 0
    1.13  }
    1.14  
    1.15 @@ -118,7 +123,7 @@
    1.16      :
    1.17  }
    1.18  
    1.19 -# This function installs the glibc headers needed to build the core compiler
    1.20 +# This function installs the eglibc headers needed to build the core compiler
    1.21  do_libc_headers() {
    1.22      # Instead of doing two time the same actions, headers will
    1.23      # be installed with start files