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.144 retrieving revision 1.145 diff -u -p -r1.144 -r1.145 --- src/Makefile 2001/10/29 19:48:35 1.144 +++ src/Makefile 2001/10/30 17:59:10 1.145 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2001/10/29 19:48:35 tv Exp $ +# $NetBSD: Makefile,v 1.145 2001/10/30 17:59:10 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 @@ -131,7 +131,9 @@ build: @echo "Build already installed into ${DESTDIR}" .else @echo -n "Build started at: " && date - @${MAKE} ${_J} ${_M} ${BUILDTARGETS} +.for tgt in ${BUILDTARGETS} + ${MAKE} ${_J} ${_M} ${tgt} +.endfor @echo -n "Build finished at: " && date .endif