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>
This commit is contained in:
Yann E. MORIN" 2011-12-27 16:11:34 +01:00
parent 3a31d01b49
commit 6c47c0077a

View File

@ -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