Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Restore rev 1.247:



details:   https://anonhg.NetBSD.org/src/rev/328b8f73aedf
branches:  trunk
changeset: 580819:328b8f73aedf
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 10 02:01:06 2005 +0000

description:
Restore rev 1.247:
Use relative symlinks for /usr/lib/libfoo.so -> /lib/libfoo.so.M.N
This should work now that "install -l r -d destdir" works if destdir
contains a symlink.

diffstat:

 share/mk/bsd.lib.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ffa9ef15c77b -r 328b8f73aedf share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Tue May 10 01:24:42 2005 +0000
+++ b/share/mk/bsd.lib.mk       Tue May 10 02:01:06 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.259 2005/01/10 02:42:34 lukem Exp $
+#      $NetBSD: bsd.lib.mk,v 1.260 2005/05/10 02:01:06 lukem Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -604,7 +604,7 @@
                ${DESTDIR}${_LIBSODIR}/lib${LIB}.so
 .if ${_LIBSODIR} != ${LIBDIR}
        ${INSTALL_SYMLINK} ${SYSPKGTAG} \
-               ${_LIBSODIR}/lib${LIB}.so.${SHLIB_FULLVERSION} \
+               -l r ${DESTDIR}${_LIBSODIR}/lib${LIB}.so.${SHLIB_FULLVERSION} \
                ${DESTDIR}${LIBDIR}/lib${LIB}.so
 .endif
 .endif



Home | Main Index | Thread Index | Old Index