libc/glibc: remove multi-dir
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Dec 27 16:11:34 2011 +0100 (2011-12-27)
changeset 2827f8f2f75ff3fd
parent 2826 4a21f0eb8b57
child 2828 e47d17391ae3
libc/glibc: remove multi-dir

Remove the sysroot/${multi_dir} directory after the libc install.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
scripts/build/libc/glibc-eglibc.sh-common
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Tue Dec 27 14:45:03 2011 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Tue Dec 27 16:11:34 2011 +0100
     1.3 @@ -165,7 +165,10 @@
     1.4                          fi
     1.5                      done
     1.6                  done
     1.7 +                # Remove the multi_dir now it is no longer useful
     1.8 +                CT_DoExecLog DEBUG rm -rf "${CT_SYSROOT_DIR}/${multi_dir}"
     1.9              fi # libc_mode == final
    1.10 +
    1.11              CT_EndStep
    1.12          fi
    1.13      done