[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.275 and 1.276

version 1.275, 2008/04/26 21:26:03 version 1.276, 2008/04/26 22:28:13
Line 441  _LIBLDOPTS+= -Wl,-rpath-link,${DESTDIR}$
Line 441  _LIBLDOPTS+= -Wl,-rpath-link,${DESTDIR}$
                 -L${DESTDIR}${SHLIBINSTALLDIR}                  -L${DESTDIR}${SHLIBINSTALLDIR}
 .endif  .endif
   
 .if !defined(LIB) || ${LIB} != "c"  .if !defined(LIB)
 DPLIBC ?= ${DESTDIR}${LIBC_SO}  DPLIBC ?= ${DESTDIR}${LIBC_SO}
 LDLIBC ?= -lc  LDLIBC ?= -lc
   .else
   .if ${LIB} != "c" && ${LIB:M*gcc*} == ""
   DPLIBC ?= ${DESTDIR}${LIBC_SO}
   LDLIBC ?= -lc
   .endif
 .endif  .endif
   
 lib${LIB}.so.${SHLIB_FULLVERSION}: ${SOLIB} ${DPADD} ${DPLIBC} \  lib${LIB}.so.${SHLIB_FULLVERSION}: ${SOLIB} ${DPADD} ${DPLIBC} \

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.276

CVSweb <webmaster@jp.NetBSD.org>