Date: Sat, 27 May 2000 14:10:36 -0400 From: Otter <otterr@telocity.com> To: Gabriel Ambuehl <gabriel_ambuehl-fbquestions@buz.ch>, -questions <freebsd-questions@FreeBSD.ORG> Subject: Re: How can I rebuild just the parts of the system that have changed? Message-ID: <39300F9C.22906A3F@telocity.com> References: <8525685894.20000527195254@buz.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Gabriel Ambuehl wrote: > > Hello, > I do quite frequent CVSups with 4.0 STABLE which is working very well > but make buildworld takes way too long for frequent use (K6-2 450), IMHO. Is > there a possibility to just recompile the changed files and the kernel > instead of the complete world? > > > > Best regards, > Gabriel > since other things will/may depend on those changed files, then they would need to be changed also; making it a dependancy nightmare. make world seems easy enough. make world = make buildworld + make installworld. if you don't like the time it takes because of production, do it while you're asleep. or are you waiting until you're dead to catch up on sleep? -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39300F9C.22906A3F>