Subject: CVS commit: src/tools
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/17/2006 21:54:55
Module Name:	src
Committed By:	dsl
Date:		Fri Nov 17 21:54:55 UTC 2006

Modified Files:
	src/tools: Makefile

Log Message:
Add some notes about the bogosity of some of the .WAIT stuff.
Remove a 'never had a sane effect' .WAIT from a .ORDER line.
Don't add a (probably incorrect) dependency for 'make install' since
it contradicts a .ORDER line elsewhere when .ORDER applies recursively
to child nodes.
I also think that the stuff that tries to add dependencies between
the stuff that bsd.subdir.mk generates does not DTRT at all.
I suspect that build.sh builds things in an order that avoids issues here.


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 src/tools/Makefile

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