On Friday 15 June 2012 09:32:18 Michał Górny wrote:
>               # Remove static libs we're not supposed to link against.
>               if grep -q '^shouldnotlink=yes$' "${f}"; then
> -                     einfo "Removing unnecessary ${archivefile#${D%/}}"
> -                     rm -f "${archivefile}"
> +                     if [[ -f ${archivefile} ]]; then
> +                             einfo "Removing unnecessary 
> ${archivefile#${D%/}} (static 
plugin)"
> +                             rm -f "${archivefile}"
> +                     fi

highly unlikely, but this would skip symlinks that are broken in $D, but valid 
once merged into $ROOT
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to