"make installworld" to only install new/changed files?

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon Feb 23 10:01:44 PST 2004


On Mon, Feb 23, 2004 at 05:34:08PM -0000, Rob MacGregor wrote:
> I have a strange (maybe) desire to be able to only install the new or
> changed files when doing a "make installworld" on FreeBSD (5.2 or later
> ideally).  Does anybody know if this is possible?

Putting

    INSTALL=install -C

into /etc/make.conf will compare files before installing, and avoid
overwriting a file with an identical copy of itself.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040223/390b52c8/attachment.bin


More information about the freebsd-questions mailing list