On Fri, 15 Jun 2012 11:11:58 -0400 Mike Frysinger <[email protected]> wrote:
> 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
Are you suggesting || -L? Not that I see a case where
an external-symlink .a is installed alongside local .la file...
--
Best regards,
Michał Górny
signature.asc
Description: PGP signature
