Subject: CVS commit: sharesrc/share/mk
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/12/2001 01:19:15
Module Name:	sharesrc
Committed By:	tv
Date:		Sun Nov 11 23:19:15 UTC 2001

Modified Files:
	sharesrc/share/mk: bsd.hostprog.mk bsd.obj.mk

Log Message:
Affix the ${HOST_OSTYPE} info to the end of the objdir name if OBJMACHINE
is set (and MAKEOBJDIR[PREFIX] is not in use).  This permits multiple hosts
to compile hostprogs (not just src/tools) for a given target without
colliding with each other.

Currently restricted only to new toolchain builds, as this requires a new
make(1) in order to function properly.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 sharesrc/share/mk/bsd.hostprog.mk
cvs rdiff -r1.31 -r1.32 sharesrc/share/mk/bsd.obj.mk

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