[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.238.2.3 and 1.238.2.4

version 1.238.2.3, 2005/08/30 05:56:05 version 1.238.2.4, 2005/09/02 20:40:23
Line 50 
Line 50 
 #       defaults to the root directory).  Ensures that INSTALLWORLDDIR  #       defaults to the root directory).  Ensures that INSTALLWORLDDIR
 #       is the not root directory if cross compiling.  #       is the not root directory if cross compiling.
 #   release:  #   release:
 #       Does a `make build', and then tars up the DESTDIR files  #       Does a `make distribution', and then tars up the DESTDIR files
 #       into RELEASEDIR/${MACHINE}, in release(7) format.  #       into RELEASEDIR/${MACHINE}, in release(7) format.
 #       (See etc/Makefile for more information on this.)  #       (See etc/Makefile for more information on this.)
 #   regression-tests:  #   regression-tests:
Line 292  ${tgt}: .PHONY
Line 292  ${tgt}: .PHONY
 .endfor  .endfor
   
 #  #
 # Build a release or snapshot (implies "make build").  Note that  # Build a release or snapshot (implies "make distribution").  Note that
 # in this case, the set lists will be checked before the tar files  # in this case, the set lists will be checked before the tar files
 # are made.  # are made.
 #  #
   
 release snapshot: .PHONY  release snapshot: .PHONY
         ${MAKEDIRTARGET} . build NOPOSTINSTALL=1          ${MAKEDIRTARGET} . distribution
         ${MAKEDIRTARGET} etc release INSTALL_DONE=1          ${MAKEDIRTARGET} etc release DISTRIBUTION_DONE=1
         @echo   "make ${.TARGET} started at:  ${START_TIME}"          @echo   "make ${.TARGET} started at:  ${START_TIME}"
         @printf "make ${.TARGET} finished at: " && date          @printf "make ${.TARGET} finished at: " && date
   

Legend:
Removed from v.1.238.2.3  
changed lines
  Added in v.1.238.2.4

CVSweb <webmaster@jp.NetBSD.org>