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.118 retrieving revision 1.119 diff -u -p -r1.118 -r1.119 --- src/Makefile 2000/06/20 06:00:24 1.118 +++ src/Makefile 2000/08/05 10:17:35 1.119 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2000/06/20 06:00:24 thorpej Exp $ +# $NetBSD: Makefile,v 1.119 2000/08/05 10:17:35 toddpw 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 @@ -27,6 +27,9 @@ # '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. +# 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