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.238.2.4 retrieving revision 1.239 diff -u -p -r1.238.2.4 -r1.239 --- src/Makefile 2005/09/02 20:40:23 1.238.2.4 +++ src/Makefile 2005/04/17 15:18:34 1.239 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238.2.4 2005/09/02 20:40:23 tron Exp $ +# $NetBSD: Makefile,v 1.239 2005/04/17 15:18:34 lukem 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 distribution', and then tars up the DESTDIR files +# Does a `make build', and then tars up the DESTDIR files # into RELEASEDIR/${MACHINE}, in release(7) format. # (See etc/Makefile for more information on this.) # regression-tests: @@ -292,14 +292,14 @@ ${tgt}: .PHONY .endfor # -# Build a release or snapshot (implies "make distribution"). Note that +# Build a release or snapshot (implies "make build"). Note that # in this case, the set lists will be checked before the tar files # are made. # release snapshot: .PHONY - ${MAKEDIRTARGET} . distribution - ${MAKEDIRTARGET} etc release DISTRIBUTION_DONE=1 + ${MAKEDIRTARGET} . build NOPOSTINSTALL=1 + ${MAKEDIRTARGET} etc release INSTALL_DONE=1 @echo "make ${.TARGET} started at: ${START_TIME}" @printf "make ${.TARGET} finished at: " && date