Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
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 (This is a digitally signed message part.)
|
|