[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.134 and 1.136

version 1.134, 2001/10/08 23:42:21 version 1.136, 2001/10/12 21:05:08
Line 69  _J= -j${NBUILDJOBS}
Line 69  _J= -j${NBUILDJOBS}
   
 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys  SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys
 .if make(cleandir) || make(obj)  .if make(cleandir) || make(obj)
 SUBDIR+= distrib tools  SUBDIR+= distrib
   .if ${USETOOLS} != "no"
   SUBDIR+= tools
   .endif
 .ifdef MAKEOBJDIRPREFIX  .ifdef MAKEOBJDIRPREFIX
 SUBDIR+= etc  SUBDIR+= etc
 .endif  .endif
Line 207  release snapshot: build
Line 210  release snapshot: build
 # Speedup stubs for some subtrees that don't need to run these rules  # Speedup stubs for some subtrees that don't need to run these rules
 includes-bin includes-games includes-libexec includes-regress \  includes-bin includes-games includes-libexec includes-regress \
 includes-sbin includes-usr.sbin:  includes-sbin includes-usr.sbin:
         @${TRUE}          @true
   
 .if !exists(${.CURDIR}/share/mk)  .if !exists(${.CURDIR}/share/mk)
 .BEGIN:  .BEGIN:

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.136

CVSweb <webmaster@jp.NetBSD.org>