Subject: CVS commit: [netbsd-2] src/usr.bin/crunch/crunchgen
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 07/23/2005 21:58:47
Module Name:	src
Committed By:	snj
Date:		Sat Jul 23 21:58:47 UTC 2005

Modified Files:
	src/usr.bin/crunch/crunchgen [netbsd-2]: crunchgen.1

Log Message:
Pull up revision 1.24 (requested by riz in ticket #5513):
Change the way crunchgen works when doing 'reachover' builds.
Instead of trying to identify all the .o files that make each target rely
on the targets own Makefile having a program.ro target that will compile
all the objects and link them into a single relocatable.
Rename each program's 'main' to '_crunched_<prog>_stub' instead of compiling
a small piece of C.
The old behaviour can be forced by specifying -O, and is also done if the
config file specifies 'objs' or 'objpaths'.
As well as simplifying the logic, this means you only get a single 'prog.ro
is up to date' message for each program during the build.


To generate a diff of this commit:
cvs rdiff -r1.21.4.2 -r1.21.4.3 src/usr.bin/crunch/crunchgen/crunchgen.1

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