From owner-freebsd-current Thu Mar 23 18:03:29 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA05434 for current-outgoing; Thu, 23 Mar 1995 18:03:29 -0800 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 SAA05426 for ; Thu, 23 Mar 1995 18:03:19 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA01766; Fri, 24 Mar 1995 11:58:20 +1000 Date: Fri, 24 Mar 1995 11:58:20 +1000 From: Bruce Evans Message-Id: <199503240158.LAA01766@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.org, j@uriah.heep.sax.de Subject: Re: bsd.man.mk and catman Sender: current-owner@FreeBSD.org Precedence: bulk >> Installing man pages (make world) force catman to reformat this pages. >> This is not neccessary because most pages are not changed. The patch >> install only new pages. Bug: owner/mode also unchanged. >Rather complex, even though i basically love the idea. >Folx, whattayathink about adding an option to install(1) to install >the file only if the destination is older than the source? This >should also be faster than comparing entire files. My hacked install sort of does this. Installing man pages is slower than before but they end up with the timestamps unchanged. They also end up with the owner/mode _changed_ (if necessary) :-). Bruce