Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/13/2004 05:13:37
Module Name:	src
Committed By:	lukem
Date:		Fri Feb 13 05:13:37 UTC 2004

Modified Files:
	src/share/mk: bsd.README bsd.own.mk

Log Message:
Change STRIPFLAG from "-s" to ""; we now don't strip binaries with install(1).

The benefits of having the symbol table available by default (easier
debugging of core dumps, etc) outweigh the minor (3%) increase in
the size of the distribution, and end-users can always strip(1) their
systems if they're concerned about that 3% of disk space.


To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 src/share/mk/bsd.README
cvs rdiff -r1.409 -r1.410 src/share/mk/bsd.own.mk

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