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.159 retrieving revision 1.162 diff -u -p -r1.159 -r1.162 --- src/Makefile 2001/11/24 21:53:16 1.159 +++ src/Makefile 2002/02/14 19:17:32 1.162 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2001/11/24 21:53:16 perry Exp $ +# $NetBSD: Makefile,v 1.162 2002/02/14 19:17:32 tv 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 @@ -74,7 +74,12 @@ .endif .if defined(NBUILDJOBS) -_J= -j${NBUILDJOBS} +.if !target(.BEGIN) +.BEGIN: + @echo 'NBUILDJOBS is currently broken; see PR toolchain/14837.' + @false +.endif +#_J= -j${NBUILDJOBS} .endif _SUBDIR= tools lib include gnu bin games libexec sbin usr.bin \ @@ -148,6 +153,12 @@ build: @echo -n "Build finished at: " && date .endif +# Build a full distribution, but not a release (i.e. no sets into +# ${RELEASEDIR}). + +distribution: build + (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution) + # Build a release or snapshot (implies "make build"). release snapshot: build @@ -197,6 +208,9 @@ install-${dir}: dependall-distrib depend-distrib all-distrib: @true +clean: + rm -f METALOG + .include .include