[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.358 and 1.359

version 1.358, 2015/06/04 06:01:24 version 1.359, 2015/07/20 12:20:26
Line 542  _INSTRANLIB=${empty(PRESERVE):?-a "${RAN
Line 542  _INSTRANLIB=${empty(PRESERVE):?-a "${RAN
 __archivebuild: .USE  __archivebuild: .USE
         ${_MKTARGET_BUILD}          ${_MKTARGET_BUILD}
         rm -f ${.TARGET}          rm -f ${.TARGET}
         ${AR} ${_ARFL} ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`          ${AR} ${_ARFL} ${.TARGET} ${.ALLSRC:M*o:O}
 .endif  .endif
   
 .if !target(__archiveinstall)  .if !target(__archiveinstall)

Legend:
Removed from v.1.358  
changed lines
  Added in v.1.359

CVSweb <webmaster@jp.NetBSD.org>