[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.360 and 1.361

version 1.360, 2015/07/29 14:35:04 version 1.361, 2015/09/07 06:42:07
Line 559  __archivesymlinkpic: .USE
Line 559  __archivesymlinkpic: .USE
 DPSRCS+=        ${_YLSRCS}  DPSRCS+=        ${_YLSRCS}
 CLEANFILES+=    ${_YLSRCS}  CLEANFILES+=    ${_YLSRCS}
   
 ${STOBJS} ${POBJS} ${GOBJS} ${SOBJS} ${LOBJS}: ${DPSRCS}  ${STOBJS} ${POBJS} ${GOBJS} ${SOBJS} ${LOBJS}: ${DPSRCS:O}
   
 ${_LIB.a}:: ${STOBJS} __archivebuild  ${_LIB.a}:: ${STOBJS:O} __archivebuild
   
 ${_LIB_p.a}:: ${POBJS} __archivebuild  ${_LIB_p.a}:: ${POBJS:O} __archivebuild
   
 ${_LIB_pic.a}:: ${SOBJS} __archivebuild  ${_LIB_pic.a}:: ${SOBJS:O} __archivebuild
   
 ${_LIB_g.a}:: ${GOBJS} __archivebuild  ${_LIB_g.a}:: ${GOBJS:O} __archivebuild
   
   
 _LIBLDOPTS=  _LIBLDOPTS=

Legend:
Removed from v.1.360  
changed lines
  Added in v.1.361

CVSweb <webmaster@jp.NetBSD.org>