[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.364 and 1.365

version 1.364, 2016/02/21 03:34:27 version 1.365, 2016/02/27 20:36:17
Line 42  realinstall: checkver libinstall
Line 42  realinstall: checkver libinstall
 # XXX: This is needed for programs that link with .a libraries  # XXX: This is needed for programs that link with .a libraries
 # Perhaps a more correct solution is to always generate _pic.a  # Perhaps a more correct solution is to always generate _pic.a
 # files or always have a shared library.  # files or always have a shared library.
 .if defined(MKPIE) && (${MKPIE} != "no") && !defined(NOPIE)  # Disabled since it breaks profiling.
 CFLAGS+=        ${PIE_CFLAGS}  #.if defined(MKPIE) && (${MKPIE} != "no") && !defined(NOPIE)
 AFLAGS+=        ${PIE_AFLAGS}  #CFLAGS+=        ${PIE_CFLAGS}
 .endif  #AFLAGS+=        ${PIE_AFLAGS}
   #.endif
   
 ##### Libraries that this may depend upon.  ##### Libraries that this may depend upon.
 .if defined(LIBDPLIBS) && ${MKPIC} != "no"                              # {  .if defined(LIBDPLIBS) && ${MKPIC} != "no"                              # {

Legend:
Removed from v.1.364  
changed lines
  Added in v.1.365

CVSweb <webmaster@jp.NetBSD.org>