Date: Fri, 11 Jul 2003 09:47:43 -0700 From: Joshua Oreman <oremanj@webserver.get-linux.org> To: Jonathan <jonathan@sirtis.org.uk> Cc: questions@freebsd.org Subject: Re: make continent Message-ID: <20030711164743.GB35331@webserver.get-linux.org> In-Reply-To: <3F0EE62D.4010507@sirtis.org.uk> References: <3F0EE62D.4010507@sirtis.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 11, 2003 at 05:30:37PM +0100 or thereabouts, Jonathan wrote: > Hi all, > > Yes, a rather strange subject I grant you, but... > > Having been using FreeBSD for a fair few years now, I quite happily do a > buildworld every now and then but one of the mysteries for me is how to > rebuild parts of the OS in isolation. > > My only interest in this is when a security update comes out and it > might only affect a certain part of the source tree. > > I appreciate that in the BSD model, the idea is that a widget can get > changed and making world will allow the new features of that widget to > permeate to all code, but is there any information on how to go into the > various "continents" and build those on their own? cd /usr/src/my-continent && make && make install If you want to be able to do this: cd /usr/src && make continent=my-continent submit a PR :-) -- Josh > > - J > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030711164743.GB35331>
