[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.240 and 1.241

version 1.240, 2005/08/25 02:04:39 version 1.241, 2006/01/04 15:30:02
Line 59 
Line 59 
 #       Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR}  #       Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR}
 #   sourcesets:  #   sourcesets:
 #       Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR}  #       Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR}
   #   syspkgs:
   #       Populate ${RELEASEDIR}/${MACHINE}/binary/syspkgs from ${DESTDIR}
 #  #
 # Targets invoked by `make build,' in order:  # Targets invoked by `make build,' in order:
 #   cleandir:        cleans the tree.  #   cleandir:        cleans the tree.
Line 286  installworld: .PHONY
Line 288  installworld: .PHONY
 # Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR  # Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR
 #  #
   
 .for tgt in sets sourcesets  .for tgt in sets sourcesets syspkgs
 ${tgt}: .PHONY  ${tgt}: .PHONY
         ${MAKEDIRTARGET} distrib/sets ${tgt}          ${MAKEDIRTARGET} distrib/sets ${tgt}
 .endfor  .endfor

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241

CVSweb <webmaster@jp.NetBSD.org>