From owner-freebsd-hackers Wed Apr 5 15:14:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA02975 for hackers-outgoing; Wed, 5 Apr 1995 15:14:37 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA02961 for ; Wed, 5 Apr 1995 15:14:17 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id IAA31978; Thu, 6 Apr 1995 08:11:45 +1000 Date: Thu, 6 Apr 1995 08:11:45 +1000 From: Bruce Evans Message-Id: <199504052211.IAA31978@godzilla.zeta.org.au> To: nate@trout.sri.MT.net, rgrimes@gndrsh.aac.dev.com Subject: Re: new install(1) utility Cc: freebsd-hackers@freefall.cdrom.com, terry@cs.weber.edu Sender: hackers-owner@FreeBSD.org Precedence: bulk >An include file change in one file will cause all of the libraries to >be re-compiled that depend on it, but it doesn't *necessarily* mean that >there were any changes in the library or it's functionality. >If the libraries don't differ at a binary level, there weren't any >changes, so they library doesn't need to be installed. The .a libraries will differ. They contain timestamps :-(. Bruce