Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/crunch/crunchgen



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 ;-)



Home | Main Index | Thread Index | Old Index