Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!serv.hinet.net!news.uoregon.edu!hammer.uoregon.edu!csulb.edu!gatech!EU.net!Ireland.EU.net!maths.tcd.ie!not-for-mail From: dwmalone@maths.tcd.ie (David Malone) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Using CVSup Date: 24 Jan 1997 19:04:04 -0000 Organization: Dept. of Maths, Trinity College, Dublin, Ireland. Lines: 15 Message-ID: <5cb134$hhc@graves.maths.tcd.ie> References: <5c94di$ogp$1@tabby.kudra.com> NNTP-Posting-Host: graves.maths.tcd.ie Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:34497 robert@tabby.kudra.com (Robert Sexton) writes: >Whats the best way to re-build with new fixes? make world comes to >mind, but thats a big project to include a single fix. not to mention >the large disk space requirements. I see a few other targets in the >make file, but I'm not sure what to use.. I can imagine manually >re-making and installing specific things (Like the recent cron fix), >but I run into problem #2.... If the changes are relatively small, I've keept the old objects around and just done a "make ; make install", with periodic make world's to keep everything sound. If you note what has changed you could just rebuild that. David.