From 6c47c0077a1ba740c61ca7d099c31fe87b2da2a5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 27 Dec 2011 16:11:34 +0100 Subject: [PATCH] libc/glibc: remove multi-dir Remove the sysroot/${multi_dir} directory after the libc install. Signed-off-by: "Yann E. MORIN" --- scripts/build/libc/glibc-eglibc.sh-common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common index 062b8a23..c3fb06fc 100644 --- a/scripts/build/libc/glibc-eglibc.sh-common +++ b/scripts/build/libc/glibc-eglibc.sh-common @@ -165,7 +165,10 @@ do_libc_backend() { fi done done + # Remove the multi_dir now it is no longer useful + CT_DoExecLog DEBUG rm -rf "${CT_SYSROOT_DIR}/${multi_dir}" fi # libc_mode == final + CT_EndStep fi done