[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.239 and 1.240

version 1.239, 2008/10/19 15:22:50 version 1.240, 2008/11/24 02:13:08
Line 27  clean:  cleanprog
Line 27  clean:  cleanprog
         echo "source ${__gdbinit}" >> .gdbinit          echo "source ${__gdbinit}" >> .gdbinit
 .endfor  .endfor
   
 cleanextra: .PHONY  
 .if defined(CLEANFILES) && !empty(CLEANFILES)  
         rm -f ${CLEANFILES}  
 .endif  
   
 cleanobjs: .PHONY  cleanobjs: .PHONY
   
 cleanprog: .PHONY cleanobjs cleanextra  cleanprog: .PHONY cleanobjs cleanextra
Line 455  scriptsinstall::
Line 450  scriptsinstall::
 .include <bsd.sys.mk>  .include <bsd.sys.mk>
 .include <bsd.dep.mk>  .include <bsd.dep.mk>
   
   cleanextra: .PHONY
   .if defined(CLEANFILES) && !empty(CLEANFILES)
           rm -f ${CLEANFILES}
   .endif
   
 ${TARGETS}:     # ensure existence  ${TARGETS}:     # ensure existence
   
 .endif  # HOSTPROG  .endif  # HOSTPROG

Legend:
Removed from v.1.239  
changed lines
  Added in v.1.240

CVSweb <webmaster@jp.NetBSD.org>