From 21d15e0fd6a9c0ffdc5ea39527d54f106f4a4c38 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Tue, 23 Feb 2016 23:28:22 -0800 Subject: glibc: remove do_libc_locales_extract; it's empty No point in calling an empty function. Must be left over from the glibc/eglibc split up... then re-merge. Signed-off-by: Bryan Hundven diff --git a/scripts/build/libc/glibc.sh b/scripts/build/libc/glibc.sh index 8cf8079..93dbbf7 100644 --- a/scripts/build/libc/glibc.sh +++ b/scripts/build/libc/glibc.sh @@ -39,10 +39,6 @@ do_libc_extract() { find . -type f -name configure -exec touch {} \; 2>&1 |CT_DoLog ALL CT_Popd - - if [ "${CT_LIBC_LOCALES}" = "y" ]; then - do_libc_locales_extract - fi } do_libc_check_config() { @@ -535,12 +531,6 @@ do_libc_min_kernel_config() { esac } -# Extract the files required for the libc locales -# Nothing to do -do_libc_locales_extract() { - : -} - # Build and install the libc locales do_libc_locales() { local src_dir="${CT_SRC_DIR}/glibc-${CT_LIBC_VERSION}" -- cgit v0.10.2-6-g49f6