scripts/build/libc_glibc.sh
changeset 64 7dab8d1a2426
parent 63 89b41dbffe8d
child 73 b8924cbdca26
     1.1 --- a/scripts/build/libc_glibc.sh	Mon May 07 09:04:02 2007 +0000
     1.2 +++ b/scripts/build/libc_glibc.sh	Mon May 07 15:57:02 2007 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  # Licensed under the GPL v2. See COPYING in the root of this package
     1.5  
     1.6  # Download glibc
     1.7 -do_libc_download() {
     1.8 +do_libc_get() {
     1.9      # Ah! Not all GNU folks seem stupid. All glibc releases are in the same
    1.10      # directory. Good. Alas, there is no snapshot there. I'll deal with them
    1.11      # later on... :-/
    1.12 @@ -15,6 +15,8 @@
    1.13          CT_GetFile "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" ftp://ftp.gnu.org/gnu/glibc
    1.14      done
    1.15      [ "${CT_LIBC_GLIBC_USE_PORTS}" = "y" ] && CT_GetFile "${CT_LIBC}-ports-${CT_LIBC_VERSION}" ftp://ftp.gnu.org/gnu/glibc
    1.16 +
    1.17 +    return 0
    1.18  }
    1.19  
    1.20  # Extract glibc
    1.21 @@ -27,6 +29,8 @@
    1.22          CT_ExtractAndPatch "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}"
    1.23      done
    1.24      [ "${CT_LIBC_GLIBC_USE_PORTS}" = "y" ] && CT_ExtractAndPatch "${CT_LIBC}-ports-${CT_LIBC_VERSION}"
    1.25 +
    1.26 +    return 0
    1.27  }
    1.28  
    1.29  # There is nothing to do for glibc check config