Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/27/2004 15:55:42
Module Name:	src
Committed By:	he
Date:		Tue Jan 27 15:55:42 UTC 2004

Modified Files:
	src/etc: Makefile

Log Message:
When using obj directories, the make proces cd's to the obj directory.
Therefore, we need to cd to ${.CURDIR} before re-invoking ${MAKE} so
that it can find the Makefile.
Also, pass ${MFLAGS} to ${MAKE} so that we pick up the source tree's
makefile fragment, not the host system's fragments, so that this
works properly on older NetBSD host systems, as well in other
cross-compile contexts.


To generate a diff of this commit:
cvs rdiff -r1.276 -r1.277 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.