# HG changeset patch # User "Yann E. MORIN" # Date 1324998694 -3600 # Node ID f8f2f75ff3fda9f6a05ac2418f656406f5c599a6 # Parent 4a21f0eb8b570887b1e757819d146d2b1756f1fb libc/glibc: remove multi-dir Remove the sysroot/${multi_dir} directory after the libc install. Signed-off-by: "Yann E. MORIN" diff -r 4a21f0eb8b57 -r f8f2f75ff3fd scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Tue Dec 27 14:45:03 2011 +0100 +++ b/scripts/build/libc/glibc-eglibc.sh-common Tue Dec 27 16:11:34 2011 +0100 @@ -165,7 +165,10 @@ 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