Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 02/28/2002 04:23:01
Module Name:	basesrc
Committed By:	tv
Date:		Thu Feb 28 02:23:00 UTC 2002

Modified Files:
	basesrc: Makefile

Log Message:
If _SRC_TOP_OBJ_ gets set here, we will end up with a directory that may
not be the top level objdir, because "make obj" can happen in the *middle*
of "make build" (long after <bsd.own.mk> is calculated it).  So, pre-set
_SRC_TOP_OBJ_ here so it will not be added to ${.MAKEOVERRIDES}.


To generate a diff of this commit:
cvs rdiff -r1.162 -r1.163 basesrc/Makefile

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