From 15a1cc24913bf6290caa16d6bb05505d1471f8d0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 22 Jan 2011 22:36:20 +0100 Subject: libc: remove now unneeded do_libc_headers do_libc_headers is now a noop, and is no longer used, so remove that step. Signed-off-by: "Yann E. MORIN" --- scripts/build/libc/glibc-eglibc.sh-common | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/build/libc/glibc-eglibc.sh-common') diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common index d77baea1..ad5024cd 100644 --- a/scripts/build/libc/glibc-eglibc.sh-common +++ b/scripts/build/libc/glibc-eglibc.sh-common @@ -1,11 +1,5 @@ # This file contains the functions common to glibc and eglibc -# Build and install headers file -# This is a no-op -do_libc_headers() { - : -} - # Build and install headers and start files do_libc_start_files() { local src_dir="${CT_SRC_DIR}/${CT_LIBC}-${CT_LIBC_VERSION}" -- cgit v1.2.3