Subject: CVS commit: src/distrib/common
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/04/2005 19:00:40
Module Name:	src
Committed By:	dsl
Date:		Sun Sep  4 19:00:40 UTC 2005

Modified Files:
	src/distrib/common: Makefile.crunch

Log Message:
Make ${CRUNCHBIN}.mk depend on  ${TOOL_CRUNCHGEN:[-1]} instead of .PHONY.
Recreating the makefile when the crunchgen program has changed is probably
adequate, and it allows a lot of later optimisations to still apply.
In particular:
- the final link for ramdiskbin
- the create of the embedded filesystem
- the inclusion of the ramdisk into the kernel
- compressing the kernel
Unless something else actually requires one of the above.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/distrib/common/Makefile.crunch

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