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.197 retrieving revision 1.199 diff -u -p -r1.197 -r1.199 --- src/Makefile 2003/01/04 15:50:32 1.197 +++ src/Makefile 2003/01/26 06:19:12 1.199 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2003/01/04 15:50:32 lukem Exp $ +# $NetBSD: Makefile,v 1.199 2003/01/26 06:19:12 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -241,6 +241,13 @@ installworld: @printf "make ${.TARGET} finished at: " && date # +# Create sets from $DESTDIR into $RELEASEDIR +# + +sets: + (cd ${.CURDIR}/distrib/sets && ${MAKE} maketars) + +# # 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. @@ -323,22 +330,8 @@ dependall-distrib depend-distrib all-dis @true .include -.include .include -# -# Create ${KERNOBJDIR}. -# Done here to ensure that it's "last", for BSDOBJDIR uses. -# -.if commands(obj) -obj-kernobjdir: .USE - @echo "obj ===> sys/arch/${MACHINE}/compile" - @mkdir -p ${KERNOBJDIR} -obj: obj-kernobjdir - -.endif - - build-docs: ${.CURDIR}/BUILDING ${.CURDIR}/BUILDING: doc/BUILDING.mdoc groff -mdoc -Tascii -P-b -P-u -P-o $> >$@