From owner-freebsd-stable Mon Jul 6 02:53:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11514 for freebsd-stable-outgoing; Mon, 6 Jul 1998 02:53:20 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11506 for ; Mon, 6 Jul 1998 02:53:16 -0700 (PDT) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id KAA05121; Mon, 6 Jul 1998 10:53:10 +0100 (BST) Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id KAA28754; Mon, 6 Jul 1998 10:52:52 +0100 (BST) Message-ID: <19980706105251.20749@iii.co.uk> Date: Mon, 6 Jul 1998 10:52:51 +0100 To: Dan Cooper Cc: FreeBSD-Stable Subject: Re: Questions on the subject buildworld subject References: <001301bda6bc$1b208360$0201a8c0@pell.fvt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: <001301bda6bc$1b208360$0201a8c0@pell.fvt.com>; from Dan Cooper on Fri, Jul 03, 1998 at 12:52:27PM -0700 Organization: interactive investor Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 03, 1998 at 12:52:27PM -0700, Dan Cooper wrote: > The tutorial mentions that you can use '-jx' as an option with the -current > source to allow make to spawn 'x' simultaneous processes (-j4 was > recommended for single CPU machines) to speed up the build. Can you do this > with 2.2-stable and does it speed up the build significantly? You can do this with -stable, but as with -current it may not always work. While people don't go out of their way to break this functionality, mistakes do happen. If you want to try it, you can't damage your system with # make -j4 buildworld If it works, great. If it doesn't work, you just have to do 'buildworld' again without the '-j' parameter. All you've lost is a bit of time. How much it speeds the build up will depend on your system. A system with a fast CPU and slow disks will see a more dramatic improvement than one with a slow CPU and fast disks. I 'buildworld' fairly frequently, with /usr/obj as a local filesystem and /usr/src NFS mounted, and it makes a vast improvement in that case. > Also, the post install step discusses updating the configuration files in > /etc, /usr, and /var. The tutorial recommends creating a dummy directory, > installing the new /etc and other files, and then going through and > comparing each new file with its old counterpart to see if there are any > changes. My question: is there an easier way of doing this? Not exactly. The first time you do it it can be a pain, typically because a lot of files have changed. However, if you follow the tip to give the new directory a timestamp under /var/tmp, and build the world fairly frequently then you can compare the differences that have been made to the source tree in the intervening time. Typically these will be fairly small, cutting down the amount of work you need to do in order to do the merge. > Is there a list of important revisions to configuration files somewhere? You can get a list of all the revisions if you keep the full CVS tree locally. That takes ~ 750MB of space, so may not be an option in your case. Instead, you could use the web interface. Here's the revision log for the /etc/rc.conf file; N -- Work: nik@iii.co.uk | FreeBSD + Perl + Apache Rest: nik@nothing-going-on.demon.co.uk | Remind me again why we need Play: nik@freebsd.org | Microsoft? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message