[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.242 and 1.243

version 1.242, 2006/01/21 19:01:15 version 1.243, 2006/01/28 21:34:08
Line 61 
Line 61 
 #       Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR}  #       Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR}
 #   syspkgs:  #   syspkgs:
 #       Populate ${RELEASEDIR}/${MACHINE}/binary/syspkgs from ${DESTDIR}  #       Populate ${RELEASEDIR}/${MACHINE}/binary/syspkgs from ${DESTDIR}
   #   iso-image:
   #       Create CD-ROM image in RELEASEDIR/MACHINE/installation.
   #       RELEASEDIR must already have been populated by `make release'
   #       or equivalent.
 #  #
 # Targets invoked by `make build,' in order:  # Targets invoked by `make build,' in order:
 #   cleandir:        cleans the tree.  #   cleandir:        cleans the tree.
Line 306  release snapshot: .PHONY .MAKE
Line 310  release snapshot: .PHONY .MAKE
         @printf "make ${.TARGET} finished at: " && date          @printf "make ${.TARGET} finished at: " && date
   
 #  #
   # Create a CD-ROM image.
   #
   
   iso-image: .PHONY
           ${MAKEDIRTARGET} etc iso-image
           @echo   "make ${.TARGET} started at:  ${START_TIME}"
           @printf "make ${.TARGET} finished at: " && date
   
   #
 # Special components of the "make build" process.  # Special components of the "make build" process.
 #  #
   

Legend:
Removed from v.1.242  
changed lines
  Added in v.1.243

CVSweb <webmaster@jp.NetBSD.org>