From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 09:30:33 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 0E9E037B401 for ; Fri, 11 Jul 2003 09:30:33 -0700 (PDT) Received: from server.sirtis.org.uk (dsl-217-155-170-59.zen.co.uk [217.155.170.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 3575443F93 for ; Fri, 11 Jul 2003 09:30:31 -0700 (PDT) (envelope-from jonathan@sirtis.org.uk) Received: (qmail 74715 invoked by uid 1006); 11 Jul 2003 16:30:29 -0000 Received: from jonathan@sirtis.org.uk by server.sirtis.org.uk by uid 1011 with qmail-scanner-1.15 spamassassin: 2.43. Clear:SA:0(-0.1/5.0):. Processed in 2.20238 secs); 11 Jul 2003 16:30:29 -0000 X-Spam-Status: No, hits=-0.1 required=5.0 Received: from unknown (HELO sirtis.org.uk) (webmail%sirtis.org.uk@217.155.170.58) by 0 with SMTP; 11 Jul 2003 16:30:27 -0000 Message-ID: <3F0EE62D.4010507@sirtis.org.uk> Date: Fri, 11 Jul 2003 17:30:37 +0100 From: Jonathan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: rs1_9c98b83100d, rs2_0492abec4e2, rs3_cd142b81ab MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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:30:33 -0000 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? - J