Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/22/2003 19:17:03
Module Name:	src
Committed By:	dsl
Date:		Fri Aug 22 19:17:02 UTC 2003

Modified Files:
	src/share/mk: bsd.prog.mk

Log Message:
Add a ${PROG}.ro target that does an 'ld -r' of the program object files.
Allows a much simplified build of 'crunched' binaries since crunchgen can
build prog.ro instead of having to deretmine the names of all the .o files.


To generate a diff of this commit:
cvs rdiff -r1.182 -r1.183 src/share/mk/bsd.prog.mk

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