[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.247 and 1.248

version 1.247, 2010/03/02 20:49:18 version 1.248, 2010/04/24 07:57:04
Line 324  ${_P}.ro: ${OBJS.${_P}} ${DPADD}
Line 324  ${_P}.ro: ${OBJS.${_P}} ${DPADD}
 ${_PROGDEBUG.${_P}}: ${_P}  ${_PROGDEBUG.${_P}}: ${_P}
         ${_MKTARGET_CREATE}          ${_MKTARGET_CREATE}
         ${OBJCOPY} --only-keep-debug ${_P} ${_PROGDEBUG.${_P}}          ${OBJCOPY} --only-keep-debug ${_P} ${_PROGDEBUG.${_P}}
         ${OBJCOPY} -R .gnu_debuglink --add-gnu-debuglink=${_PROGDEBUG.${_P}} ${_P} \          ${OBJCOPY} --strip-debug -R .gnu_debuglink --add-gnu-debuglink=${_PROGDEBUG.${_P}} ${_P} \
             || rm -f ${_PROGDEBUG.${_P}}              || rm -f ${_PROGDEBUG.${_P}}
 .endif  .endif
   

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.248

CVSweb <webmaster@jp.NetBSD.org>