Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.239 retrieving revision 1.241 diff -u -p -r1.239 -r1.241 --- src/Makefile 2005/04/17 15:18:34 1.239 +++ src/Makefile 2006/01/04 15:30:02 1.241 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.239 2005/04/17 15:18:34 lukem Exp $ +# $NetBSD: Makefile,v 1.241 2006/01/04 15:30:02 apb Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -50,7 +50,7 @@ # defaults to the root directory). Ensures that INSTALLWORLDDIR # is the not root directory if cross compiling. # 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. # (See etc/Makefile for more information on this.) # regression-tests: @@ -59,6 +59,8 @@ # Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR} # sourcesets: # Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR} +# syspkgs: +# Populate ${RELEASEDIR}/${MACHINE}/binary/syspkgs from ${DESTDIR} # # Targets invoked by `make build,' in order: # cleandir: cleans the tree. @@ -286,20 +288,20 @@ installworld: .PHONY # Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR # -.for tgt in sets sourcesets +.for tgt in sets sourcesets syspkgs ${tgt}: .PHONY ${MAKEDIRTARGET} distrib/sets ${tgt} .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 # are made. # release snapshot: .PHONY - ${MAKEDIRTARGET} . build NOPOSTINSTALL=1 - ${MAKEDIRTARGET} etc release INSTALL_DONE=1 + ${MAKEDIRTARGET} . distribution + ${MAKEDIRTARGET} etc release DISTRIBUTION_DONE=1 @echo "make ${.TARGET} started at: ${START_TIME}" @printf "make ${.TARGET} finished at: " && date