scripts/build/libc/eglibc.sh
changeset 1762 7c71e1b5e3ab
parent 1569 a4e30d311569
child 1796 f1dc942a12c2
     1.1 --- a/scripts/build/libc/eglibc.sh	Fri Oct 09 16:22:09 2009 +0200
     1.2 +++ b/scripts/build/libc/eglibc.sh	Tue Jan 12 19:37:18 2010 +0100
     1.3 @@ -101,7 +101,7 @@
     1.4          # NPTL addon is not to be extracted, in any case
     1.5          [ "${addon}" = "nptl" ] && continue || true
     1.6          CT_Pushd "${CT_SRC_DIR}/eglibc-${CT_LIBC_VERSION}"
     1.7 -        CT_Extract "eglibc-${addon}-${CT_LIBC_VERSION}" nochdir
     1.8 +        CT_Extract nochdir "eglibc-${addon}-${CT_LIBC_VERSION}"
     1.9          # Some addons have the 'long' name, while others have the
    1.10          # 'short' name, but patches are non-uniformly built with
    1.11          # either the 'long' or 'short' name, whatever the addons name
    1.12 @@ -110,7 +110,7 @@
    1.13          # directory, returns true!
    1.14          [ -d "${addon}" ] || ln -s "eglibc-${addon}-${CT_LIBC_VERSION}" "${addon}"
    1.15          [ -d "eglibc-${addon}-${CT_LIBC_VERSION}" ] || ln -s "${addon}" "eglibc-${addon}-${CT_LIBC_VERSION}"
    1.16 -        CT_Patch "eglibc-${addon}-${CT_LIBC_VERSION}" nochdir
    1.17 +        CT_Patch nochdir "eglibc-${addon}-${CT_LIBC_VERSION}"
    1.18          CT_Popd
    1.19      done
    1.20