Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/19/1995 02:30:02
cgd
Wed Apr 19 02:26:54 EDT 1995
Update of /a/cvsroot/src/share/mk
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv13571

Modified Files:
	bsd.lib.mk 
Log Message:
don't ranlib read-only files.  patch for bug 977, from Greg Hudson
(ghudson@MIT.EDU).  He doesn't think this patch is particularly
beautiful, but i'm not sure much can be done about that.
in particular:
	(1) installing to a different file name, then chowning that
		and using 'mv' brings up a couple of bugs that
		can't reasonably be tested for (and shouldn't have to be),
	(2) you don't particularly want people trying to use the libraries
		until they've been successfully installed, anyway.