Subject: CVS commit: basesrc/tools
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 11/22/2001 02:13:10
Module Name:	basesrc
Committed By:	jmc
Date:		Thu Nov 22 00:13:10 UTC 2001

Modified Files:
	basesrc/tools: Makefile

Log Message:
Check for USETOOLS!=yes in addition to MKTOOLS==no to generate the empty rule
sets. Otherwise platforms not running the new toolchain will end up with
lossage as tools attempt to get built and installed into /bin (due to
bsd.own.mk properly checking USETOOLS before setting up a default TOOLDIR).
Don't print the warning unless MKTOOLS=no


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/tools/Makefile

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