[BACK]Return to bsd.prog.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.prog.mk between version 1.234 and 1.235

version 1.234, 2008/08/28 07:17:06 version 1.235, 2008/09/09 11:54:19
Line 308  ${_P}: .gdbinit ${LIBCRT0} ${OBJS.${_P}}
Line 308  ${_P}: .gdbinit ${LIBCRT0} ${OBJS.${_P}}
 .if defined(PAXCTL_FLAGS.${_P})  .if defined(PAXCTL_FLAGS.${_P})
         ${PAXCTL} ${PAXCTL_FLAGS.${_P}} ${.TARGET}          ${PAXCTL} ${PAXCTL_FLAGS.${_P}} ${.TARGET}
 .endif  .endif
   .if ${MKSTRIPIDENT} != "no"
           ${OBJCOPY} -R .ident ${.TARGET}
   .endif
 .endif  # !commands(${_P})  .endif  # !commands(${_P})
   
 ${_P}.ro: ${OBJS.${_P}} ${DPADD}  ${_P}.ro: ${OBJS.${_P}} ${DPADD}

Legend:
Removed from v.1.234  
changed lines
  Added in v.1.235

CVSweb <webmaster@jp.NetBSD.org>