From owner-freebsd-current Wed Nov 19 10:42:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA09745 for current-outgoing; Wed, 19 Nov 1997 10:42:43 -0800 (PST) (envelope-from owner-freebsd-current) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA09722 for ; Wed, 19 Nov 1997 10:42:31 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.5) with ESMTP id KAA01635; Wed, 19 Nov 1997 10:40:39 -0800 (PST) Message-Id: <199711191840.KAA01635@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Eivind Eklund cc: shimon@simon-shapiro.org, toor@dyson.iquest.net, sprice@hiwaay.net, smp@csn.net, current@FreeBSD.ORG, Shimon@i-connect.net Subject: Re: make world time???/ In-reply-to: Your message of "Tue, 18 Nov 1997 14:48:15 +0100." <199711181348.OAA10979@bitbox.follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Nov 1997 10:40:38 -0800 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I wish we could do sub-minute compiles 8) make world started on Tue Nov 18 22:31:50 PST 1997 make world completed on Tue Nov 18 23:44:02 PST 1997 So it takes about 75 minutes to do a make world over here and again 8) I have a Pentium Pro 200Mhz , 48MB , 4.3 Seagate Cheetah (10000 rpms). mount -u -o async,noatime /usr cd /usr/src make clean #if you already have a clean obj or no /usr/obj populated #there is no need to do this step. make world >build.log /etc/make.conf modified flags: NOCLEAN=true CFLAGS= -O -pipe kernel config file special flags : options AHC_TAGENABLE options AHC_SCBPAGING_ENABLE options AHC_ALLOW_MEMIO Without the above your world build time will probably be double if you are doing your system build on your scsi disk drives. I suspect that mounting a /usr/obj on a fast scsi or IDE drive is not going to lower my performance figures. We need to experiment to find out whats going on fast system builds. Cheers, Amancio > > > > > > On 17-Nov-97 Eivind Eklund wrote: > > >> > > >> > > >> Hi Amancio Hasty; On 17-Nov-97 you wrote: > > >> > Hmm... > > >> > > > >> > I do a make world in about 75 minutes -- I just didn't do > > >> > profiled > > >> > libraries. > > >> > > >> Correct me if I am wrong, but the pupose here is not to finish make > > >> world > > >> in short time. I have seen sub-minute before :-) > > > > > > A 'make world' including what? > > > > Everything, but you start with empty /usr/obj. > > What kind of hardware are you running this at? What setup WRT async, > noatime, MFS, etc? We want details! *grin* > > I just find sub-minute compiles of >100MB of source quite > astonishing. > > Eivind.