Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/26/2003 06:35:19
Module Name:	src
Committed By:	lukem
Date:		Mon May 26 06:35:18 UTC 2003

Modified Files:
	src: build.sh

Log Message:
Broaden the scope of when "make obj NOSUBDIR=" will be run in tools/
to be at any time that build.sh is run without -o, because we need
the objdir of the top-level to exist if build.sh is going to provide
a default DESTDIR/RELEASEDIR, and with the previous code, if
MAKEOBJDIRPREFIX was used and the objdir of the source tree didn't
exist, build.sh would incorrectly determine the DESTDIR.
(mmm, obscure bugs).


To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/build.sh

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