[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.221.4.2 and 1.224

version 1.221.4.2, 2008/01/09 01:39:26 version 1.224, 2007/11/13 13:57:53
Line 377  lint-${_P}: ${LOBJS.${_P}}
Line 377  lint-${_P}: ${LOBJS.${_P}}
   
 .endfor # _P in ${PROGS} ${PROGS_CXX}                                   # }  .endfor # _P in ${PROGS} ${PROGS_CXX}                                   # }
   
 .if defined(OBJS) && !empty(OBJS) && \  
     (empty(PROGS) && empty(PROGS_CXX))  
 cleanobjs: cleanobjs-plain  
 cleanobjs-plain:  
         rm -f ${OBJS} ${LOBJS}  
 .endif  
   
 .if !target(proginstall)  .if !target(proginstall)
 proginstall:: ${_PROG_INSTALL}  proginstall:: ${_PROG_INSTALL}
 .endif  .endif

Legend:
Removed from v.1.221.4.2  
changed lines
  Added in v.1.224

CVSweb <webmaster@jp.NetBSD.org>