[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.lib.mk between version 1.192 and 1.193

version 1.192, 2001/11/19 02:46:50 version 1.193, 2001/11/24 21:23:38
Line 378  lib${LIB}.so.${SHLIB_FULLVERSION}: ${SOL
Line 378  lib${LIB}.so.${SHLIB_FULLVERSION}: ${SOL
             ${SHLIB_LDENDFILE}              ${SHLIB_LDENDFILE}
 .endif  .endif
 .if ${OBJECT_FMT} == "ELF"  .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
         ln -sf lib${LIB}.so.${SHLIB_FULLVERSION} lib${LIB}.so.${SHLIB_MAJOR}.tmp          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}          mv -f lib${LIB}.so.${SHLIB_MAJOR}.tmp lib${LIB}.so.${SHLIB_MAJOR}
         ln -sf lib${LIB}.so.${SHLIB_FULLVERSION} lib${LIB}.so.tmp          ln -sf lib${LIB}.so.${SHLIB_FULLVERSION} lib${LIB}.so.tmp
Line 449  ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: .MA
Line 452  ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: .MA
 .endif  .endif
 .if ${MKPICLIB} == "no"  .if ${MKPICLIB} == "no"
 ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a:  ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a:
         rm -f ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a          ${INSTALL_SYMLINK} lib${LIB}.a ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a
         ln -s lib${LIB}.a ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a  
 .else  .else
 ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: lib${LIB}_pic.a __archiveinstall  ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: lib${LIB}_pic.a __archiveinstall
 .endif  .endif
Line 473  ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB
Line 475  ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB
         /sbin/ldconfig -m ${LIBDIR}          /sbin/ldconfig -m ${LIBDIR}
 .endif  .endif
 .if ${OBJECT_FMT} == "ELF"  .if ${OBJECT_FMT} == "ELF"
         ln -sf lib${LIB}.so.${SHLIB_FULLVERSION}\          ${INSTALL_SYMLINK} lib${LIB}.so.${SHLIB_FULLVERSION}\
             ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.tmp  
         mv -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.tmp\  
             ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}              ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}
 .if ${MKLINKLIB} != "no"  .if ${MKLINKLIB} != "no"
         ln -sf lib${LIB}.so.${SHLIB_FULLVERSION}\          ${INSTALL_SYMLINK} lib${LIB}.so.${SHLIB_FULLVERSION}\
             ${DESTDIR}${LIBDIR}/lib${LIB}.so.tmp  
         mv -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.tmp\  
             ${DESTDIR}${LIBDIR}/lib${LIB}.so              ${DESTDIR}${LIBDIR}/lib${LIB}.so
 .endif  .endif
 .endif  .endif

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193

CVSweb <webmaster@jp.NetBSD.org>