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 retrieving revision 1.124 retrieving revision 1.125 diff -u -p -r1.124 -r1.125 --- src/Makefile 2001/06/10 13:12:32 1.124 +++ src/Makefile 2001/06/10 13:15:29 1.125 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2001/06/10 13:12:32 mrg Exp $ +# $NetBSD: Makefile,v 1.125 2001/06/10 13:15:29 mrg Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -25,11 +25,13 @@ # anything in /usr/share. # NBUILDJOBS is the number of jobs to start in parallel during a # 'make build'. It defaults to 1. -# UPDATE will avoid a `make cleandir' at the start of `make build', -# as well as having the effects listed in /usr/share/mk/bsd.README. -# NOCLEANDIR will avoid a `make cleandir' at the start of `make build', -# but without having the effects listed in /usr/share/mk/bsd.README. +# UPDATE, if defined, will avoid a `make cleandir' at the start of +# `make build', as well as having the effects listed in +# /usr/share/mk/bsd.README. +# NOCLEANDIR, if defined, will avoid a `make cleandir' at the start +# of the `make build'. # NOINCLUDES will avoid the `make includes' usually done by `make build'. + # # Targets: # build: builds a full release of netbsd in DESTDIR. If BUILD_DONE is