scripts/build/libc/glibc-eglibc.sh-common
changeset 2588 99532252143d
parent 2585 45ef0b0660a5
child 2699 28a97cb454e2
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Fri Jul 29 13:25:57 2011 +0200
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Fri Jul 29 15:30:58 2011 +0200
     1.3 @@ -361,15 +361,3 @@
     1.4              ;;
     1.5      esac
     1.6  }
     1.7 -
     1.8 -# Extract the files required for the libc locales
     1.9 -# Nothing to do by default
    1.10 -do_libc_locales_extract() {
    1.11 -    :
    1.12 -}
    1.13 -
    1.14 -# Build and install the libc locales
    1.15 -# Nothing to do by default
    1.16 -do_libc_locales() {
    1.17 -    :
    1.18 -}