From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 09:47:34 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 767FB37B401 for ; Fri, 11 Jul 2003 09:47:34 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id AF5D443F93 for ; Fri, 11 Jul 2003 09:47:33 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 35441 invoked by uid 1001); 11 Jul 2003 16:47:43 -0000 Date: Fri, 11 Jul 2003 09:47:43 -0700 From: Joshua Oreman To: Jonathan Message-ID: <20030711164743.GB35331@webserver.get-linux.org> References: <3F0EE62D.4010507@sirtis.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F0EE62D.4010507@sirtis.org.uk> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: make continent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 16:47:34 -0000 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"