[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/Makefile between version 1.289.2.1 and 1.293

version 1.289.2.1, 2012/04/17 00:01:35 version 1.293, 2012/08/08 14:00:31
Line 256  BUILDTARGETS+= do-lib
Line 256  BUILDTARGETS+= do-lib
 .if ${MKKMOD} != "no"  .if ${MKKMOD} != "no"
 BUILDTARGETS+=  do-sys-modules  BUILDTARGETS+=  do-sys-modules
 .endif  .endif
   .if ${MKRUMP} != "no
 BUILDTARGETS+=  do-sys-rump-dev-lib do-sys-rump-fs-lib  BUILDTARGETS+=  do-sys-rump-dev-lib do-sys-rump-fs-lib
 BUILDTARGETS+=  do-sys-rump-kern-lib do-sys-rump-net-lib  BUILDTARGETS+=  do-sys-rump-kern-lib do-sys-rump-net-lib
   .endif
 .if ${MKCOMPAT} != "no"  .if ${MKCOMPAT} != "no"
 BUILDTARGETS+=  do-compat-lib-csu  BUILDTARGETS+=  do-compat-lib-csu
 BUILDTARGETS+=  do-compat-libgcc  BUILDTARGETS+=  do-compat-libgcc
Line 563  do-obsolete: .PHONY .MAKE
Line 565  do-obsolete: .PHONY .MAKE
 # (Tells <bsd.subdir.mk> not to recurse for them.)  # (Tells <bsd.subdir.mk> not to recurse for them.)
 #  #
   
 .for dir in bin etc distrib games libexec regress sbin usr.sbin tools  .for dir in bin etc distrib games libexec regress sbin usr.bin usr.sbin tools
 includes-${dir}: .PHONY  includes-${dir}: .PHONY
         @true          @true
 .endfor  .endfor

Legend:
Removed from v.1.289.2.1  
changed lines
  Added in v.1.293

CVSweb <webmaster@jp.NetBSD.org>