[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.128 and 1.129

version 1.128, 2001/08/17 15:05:50 version 1.129, 2001/09/21 21:01:13
Line 60 
Line 60 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 .if defined(USE_NEW_TOOLCHAIN)  
 .include "${.CURDIR}/tools/Makefile.tools"  
 .endif  
   
 MKOBJDIRS ?= no  MKOBJDIRS ?= no
   
 .if defined(NBUILDJOBS)  .if defined(NBUILDJOBS)
Line 228  do-whatisdb:
Line 224  do-whatisdb:
 release snapshot: build  release snapshot: build
         (cd ${.CURDIR}/etc && ${MAKE} ${_M} INSTALL_DONE=1 release)          (cd ${.CURDIR}/etc && ${MAKE} ${_M} INSTALL_DONE=1 release)
   
   # Speedup stubs for some subtrees that don't need to run these rules
   includes-bin includes-games includes-libexec includes-regress \
   includes-sbin includes-usr.sbin:
           @${TRUE}
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

CVSweb <webmaster@jp.NetBSD.org>