[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.205 and 1.206

version 1.205, 2003/04/18 19:14:39 version 1.206, 2003/05/10 07:12:37
Line 52 
Line 52 
 #       (See etc/Makefile for more information on this.)  #       (See etc/Makefile for more information on this.)
 #   regression-tests:  #   regression-tests:
 #       Runs the regression tests in "regress" on this host.  #       Runs the regression tests in "regress" on this host.
   #   sets:
   #       Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR}
   #   sourcesets:
   #       Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR}
 #  #
 # Targets invoked by `make build,' in order:  # Targets invoked by `make build,' in order:
 #   cleandir:        cleans the tree.  #   cleandir:        cleans the tree.
Line 245  installworld:
Line 249  installworld:
         @printf "make ${.TARGET} finished at: " && date          @printf "make ${.TARGET} finished at: " && date
   
 #  #
 # Create sets from $DESTDIR into $RELEASEDIR  # Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR
 #  #
   
 sets:  .for tgt in sets sourcesets
         (cd ${.CURDIR}/distrib/sets && ${MAKE} maketars)  ${tgt}:
           (cd ${.CURDIR}/distrib/sets && ${MAKE} $@)
   .endfor
   
 #  #
 # Build a release or snapshot (implies "make build").  Note that  # Build a release or snapshot (implies "make build").  Note that

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206

CVSweb <webmaster@jp.NetBSD.org>