Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 1998 03:06:22 +0100
From:      Adrian Wontroba <aw1@stade.co.uk>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: How to make (build)world go faster
Message-ID:  <19980703030622.A5624@stade.co.uk>
In-Reply-To: <332F90115D96D0119CD500805FEA976B0178C24F@HSCMS01>; from Nguyen HM (Mike) on Thu, Jul 02, 1998 at 02:41:59PM -0500
References:  <332F90115D96D0119CD500805FEA976B0178C24F@HSCMS01>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 02, 1998 at 02:41:59PM -0500, Nguyen HM (Mike) wrote:
> get make worlds down to around 100 minutes or so. Can anyone give me
> trick

Does /etc/make.conf have

CFLAGS= -O -pipe

enabled or commented out? This can make quite a difference.

A memory based /tmp is an alternative. Put option MFS in your kernel
configuration, and mount /tmp thus:

Extract from /etc/fstab

# Device		Mountpoint	FStype	Options		Dump	Pass#
/dev/sd0s2e		/usr		ufs	rw		1	1
............
/dev/sd0s2b		/tmp		mfs	rw		0	0

-- 
Adrian Wontroba, Stade Computers Limited.       phone:  (+44) 121 681 6677
Mail info@accu.org for information about the Association of C and C++ Users
or see <http://www.accu.org/>;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980703030622.A5624>