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.118.2.2 retrieving revision 1.119 diff -u -p -r1.118.2.2 -r1.119 --- src/Makefile 2000/08/24 02:19:59 1.118.2.2 +++ src/Makefile 2000/08/05 10:17:35 1.119 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118.2.2 2000/08/24 02:19:59 fredb 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 @@ -52,7 +55,7 @@ _M=-m ${DESTDIR}/usr/share/mk # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys -.if make(cleandir) || make(obj) +.if make(obj) SUBDIR+= distrib .ifdef MAKEOBJDIRPREFIX SUBDIR+= etc