[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.310 and 1.310.2.1

version 1.310, 2010/12/08 01:57:22 version 1.310.2.1, 2011/02/08 16:19:08
Line 64  DPADD+=  ${LIBDO.${_lib}}/lib${_lib}.so
Line 64  DPADD+=  ${LIBDO.${_lib}}/lib${_lib}.so
 MKDEP_SUFFIXES?=        .o .po .pico .go .ln  MKDEP_SUFFIXES?=        .o .po .pico .go .ln
   
 # Use purely kernel private headers in rump builds  # Use purely kernel private headers in rump builds
 .if !defined(RUMPKERNEL)  # Skip NetBSD headers for the toolchain builds
   .if !defined(RUMPKERNEL) && !defined(HOSTLIB)
 .if empty(CPPFLAGS:M-nostdinc)  .if empty(CPPFLAGS:M-nostdinc)
 CPPFLAGS+=      ${DESTDIR:D-nostdinc ${CPPFLAG_ISYSTEM} ${DESTDIR}/usr/include}  CPPFLAGS+=      ${DESTDIR:D-nostdinc ${CPPFLAG_ISYSTEM} ${DESTDIR}/usr/include}
 .endif  .endif

Legend:
Removed from v.1.310  
changed lines
  Added in v.1.310.2.1

CVSweb <webmaster@jp.NetBSD.org>