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.152 retrieving revision 1.153 diff -u -p -r1.152 -r1.153 --- src/Makefile 2001/11/12 23:16:17 1.152 +++ src/Makefile 2001/11/13 03:17:12 1.153 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2001/11/12 23:16:17 tv Exp $ +# $NetBSD: Makefile,v 1.153 2001/11/13 03:17:12 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 @@ -133,7 +133,7 @@ build: .else @echo -n "Build started at: " && date .for tgt in ${BUILDTARGETS} - ${MAKE} ${_J} ${tgt} + (cd ${.CURDIR} && ${MAKE} ${_J} ${tgt}) .endfor @echo -n "Build finished at: " && date .endif @@ -160,8 +160,8 @@ do-${dir:S/\//-/}: .endfor do-build: - ${MAKE} ${_J} dependall - ${MAKE} ${_J} install + (cd ${.CURDIR} && ${MAKE} ${_J} dependall) + (cd ${.CURDIR} && ${MAKE} ${_J} install) # Speedup stubs for some subtrees that don't need to run these rules. # (Tells not to recurse for them.)