From owner-cvs-share Sun Oct 8 22:09:46 1995 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA24138 for cvs-share-outgoing; Sun, 8 Oct 1995 22:09:46 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA24115 ; Sun, 8 Oct 1995 22:09:39 -0700 Date: Sun, 8 Oct 1995 22:09:39 -0700 From: Bruce Evans Message-Id: <199510090509.WAA24115@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.lib.mk Sender: owner-cvs-share@FreeBSD.org Precedence: bulk bde 95/10/08 22:09:39 Modified: share/mk bsd.lib.mk Log: Don't run `ranlib -t' at install time. Our ld has never looked at the timestamp on __.SYMDEF like ranlib.1 says it does, so changing the timestamp has no benefits, and changing it breaks smart installs.