Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/17/2001 18:05:51
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri Aug 17 15:05:50 UTC 2001

Modified Files:
	basesrc: Makefile

Log Message:
Make sure DESTDIR is always set when calling the distrib-dirs target.
In the new build world order, DESTDIR is set to "" (in Makefile.tools)
if not already set, to ensure correct include/library handling.  This
caused the top-level to not set DESTDIR=/, which confused distrib-dirs,
since it doesn't include Makefile.tools, and thus didn't see the same
DESTDIR that the top-level did.


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

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