Updated comment for change in library.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-04 11:52:30 +00:00
parent e560dbe4cf
commit 2eb4aadecc

View file

@ -89,11 +89,12 @@ endif
# LIB_LINK_SONAME_FILE: this is only used for shared libraries; it
# should be passed in the -Wl,-soname argument of most linkers when
# building the LIB_LINK_VERSION_FILE. Typically `libgnustep-base.so.1'
# (but might also be `libgnustep-base.so.1.0' if SOVERSION has been
# manually changed when using library.make). On many platforms,
# it's appropriate/standard to also create this file as a symlink to
# LIB_LINK_VERSION_FILE. If LIB_LINK_VERSION_FILE is the same as
# LIB_LINK_SONAME_FILE, then the symlink should not be created.
# (but might also be `libgnustep-base.so.1.0' if INTERFACE_VERSION
# has been manually changed when using library.make). On many
# platforms, it's appropriate/standard to also create this file as
# a symlink to LIB_LINK_VERSION_FILE. If LIB_LINK_VERSION_FILE is
# the same as LIB_LINK_SONAME_FILE, then the symlink should not be
# created.
# LIB_LINK_FILE: this is only used for shared libraries; it should
# be created as a symlink to LIB_LINK_VERSION_FILE (or to
# LIB_LINK_SONAME_FILE if it's created on that platform).