PERFORCE change 108717 for review
Alexander Leidinger
Alexander at Leidinger.net
Mon Oct 30 13:04:25 UTC 2006
Quoting Paolo Pisati <piso at FreeBSD.org> (from Mon, 30 Oct 2006 09:15:51 GMT):
> http://perforce.freebsd.org/chv.cgi?CH=108717
>
> Change 108717 by piso at piso_newluxor on 2006/10/30 09:15:47
> ==== //depot/projects/soc2005/libalias/ObsoleteFiles.inc#10 (text+ko) ====
> +# 20061030: move liablias modules from *.so.4 to *.so
> +OLD_LIBS+=lib/libalias_cuseeme.so.4
> +OLD_LIBS+=lib/libalias_dummy.so.4
> +OLD_LIBS+=lib/libalias_ftp.so.4
> +OLD_LIBS+=lib/libalias_irc.so.4
> +OLD_LIBS+=lib/libalias_nbt.so.4
> +OLD_LIBS+=lib/libalias_pptp.so.4
> +OLD_LIBS+=lib/libalias_skinny.so.4
> +OLD_LIBS+=lib/libalias_smedia.so.4
If nobody links with them directly (for example if those are plugins
which are loaded at runtime only when they are needed), you can use
OLD_FILES for them instead of OLD_LIBS.
The goal of OLD_LIBS is to not remove libs which may break
applications when they are not available. For this reason symlinks to
libs and static libs (libXXX.a) are removed with OLD_FILES, it doesn't
hurt at program startup time if those are not available.
Bye,
Alexander.
--
People say I live in my own little fantasy world... well, at least they
*know* me there!
-- D. L. Roth
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
More information about the p4-projects
mailing list