Subject: CVS commit: sharesrc/share/mk
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/19/2002 16:39:22
Module Name:	sharesrc
Committed By:	lukem
Date:		Tue Mar 19 14:39:22 UTC 2002

Modified Files:
	sharesrc/share/mk: bsd.lib.mk

Log Message:
Change library installation.
Instead of:
	install -m 600 [...]
	ranlib -t [...]
	chmod 444 [...]
use the newly added "-a" flag to install(1) to invoke ranlib ifndef UPDATE.
Should prevent unnecessary ranlib-ing of installed libraries with UPDATE
defined.

Per discussion with simonb.


To generate a diff of this commit:
cvs rdiff -r1.197 -r1.198 sharesrc/share/mk/bsd.lib.mk

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