scripts/build/libc/glibc.sh
changeset 884 35302e8a3483
parent 872 fd4bf138f08f
child 922 3f0456891349
     1.1 --- a/scripts/build/libc/glibc.sh	Tue Sep 23 14:48:10 2008 +0000
     1.2 +++ b/scripts/build/libc/glibc.sh	Sun Sep 28 21:34:11 2008 +0000
     1.3 @@ -46,6 +46,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