Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.195 retrieving revision 1.196 diff -u -p -r1.195 -r1.196 --- src/share/mk/bsd.lib.mk 2001/12/28 01:32:41 1.195 +++ src/share/mk/bsd.lib.mk 2001/12/28 01:40:50 1.196 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.195 2001/12/28 01:32:41 lukem Exp $ +# $NetBSD: bsd.lib.mk,v 1.196 2001/12/28 01:40:50 lukem Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .include @@ -380,9 +380,9 @@ lib${LIB}.so.${SHLIB_FULLVERSION}: ${SOL ${SHLIB_LDENDFILE} .endif .if ${OBJECT_FMT} == "ELF" - # We don't use INSTALL_SYMLINK here because this is just - # happening inside the build directory/objdir. XXX Why does - # this spend so much effort on libraries that aren't live??? XXX +# We don't use INSTALL_SYMLINK here because this is just +# happening inside the build directory/objdir. XXX Why does +# this spend so much effort on libraries that aren't live??? XXX ln -sf lib${LIB}.so.${SHLIB_FULLVERSION} lib${LIB}.so.${SHLIB_MAJOR}.tmp mv -f lib${LIB}.so.${SHLIB_MAJOR}.tmp lib${LIB}.so.${SHLIB_MAJOR} ln -sf lib${LIB}.so.${SHLIB_FULLVERSION} lib${LIB}.so.tmp