Subject: Re: CVS commit: src/usr.bin/crunch/crunchgen
To: David Laight <dsl@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/09/2003 22:16:25
On Fri, May 09, 2003 at 12:10:15PM +0000, David Laight wrote:
  | 
  | Module Name:	src
  | Committed By:	dsl
  | Date:		Fri May  9 12:10:15 UTC 2003
  | 
  | Modified Files:
  | 	src/usr.bin/crunch/crunchgen: crunchgen.c
  | 
  | Log Message:
  | Make the prog.mk makefile run make in each of the target directories and
  | then build the program itself.
  | This means that changes to any of the program source files cause the
  | crunched binary to be rebuilt.
  | Seems to work ok with the sysinst ramdisks.

The last time someone did a change like this, it broke things for
"incremental" rebuilds in the same directory.

crunchgen builds very "sensitive" Makefiles, and there's a lot of
special cases that need to be catered for.  A regression test suite
could even be in order.

If this commit breaks my builds, be prepared to have it backed out
proto ;-)