[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.154 and 1.155

version 1.154, 2001/11/13 15:56:28 version 1.155, 2001/11/13 17:47:16
Line 44 
Line 44 
 #       Runs the regression tests in "regress" on this host.  #       Runs the regression tests in "regress" on this host.
 #  #
 # Targets invoked by `make build,' in order:  # Targets invoked by `make build,' in order:
 #   obj:             creates object directories.  
 #   cleandir:        cleans the tree.  #   cleandir:        cleans the tree.
   #   obj:             creates object directories.
 #   do-tools:        builds host toolchain.  #   do-tools:        builds host toolchain.
 #   do-distrib-dirs: creates the distribution directories.  #   do-distrib-dirs: creates the distribution directories.
 #   includes:        installs include files.  #   includes:        installs include files.
Line 102  whatis.db:
Line 102  whatis.db:
   
 # Targets (in order!) called by "make build".  # Targets (in order!) called by "make build".
   
 .if ${MKOBJDIRS} != "no"  
 BUILDTARGETS+=  obj  
 .endif  
 .if !defined(UPDATE) && !defined(NOCLEANDIR)  .if !defined(UPDATE) && !defined(NOCLEANDIR)
 BUILDTARGETS+=  cleandir  BUILDTARGETS+=  cleandir
 .endif  .endif
   .if ${MKOBJDIRS} != "no"
   BUILDTARGETS+=  obj
   .endif
 .if ${USETOOLS} == "yes"  .if ${USETOOLS} == "yes"
 BUILDTARGETS+=  do-tools  BUILDTARGETS+=  do-tools
 .endif  .endif

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

CVSweb <webmaster@jp.NetBSD.org>