[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.148 and 1.149

version 1.148, 2001/11/01 15:48:39 version 1.149, 2001/11/01 16:30:53
Line 58 
Line 58 
 .MAKEFLAGS: -m ${.CURDIR}/share/mk  .MAKEFLAGS: -m ${.CURDIR}/share/mk
 .endif  .endif
   
 MKOBJDIRS ?= no  
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 # Sanity check: make sure that "make build" is not invoked simultaneously  # Sanity check: make sure that "make build" is not invoked simultaneously
Line 104  whatis.db:
Line 102  whatis.db:
   
 # Targets (in order!) called by "make build".  # Targets (in order!) called by "make build".
   
 .if ${MKOBJDIRS:Uno} != "no"  .if ${MKOBJDIRS} != "no"
 BUILDTARGETS+=  obj  BUILDTARGETS+=  obj
 .endif  .endif
 .if !defined(UPDATE) && !defined(NOCLEANDIR)  .if !defined(UPDATE) && !defined(NOCLEANDIR)

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

CVSweb <webmaster@jp.NetBSD.org>