Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 1997 00:03:18 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Urge to apply the vn device hack even to 2.2.5
Message-ID:  <19971022000318.WS35693@uriah.heep.sax.de>
In-Reply-To: <199710210810.SAA12294@ogre.dtir.qld.gov.au>; from Stephen McKay on Oct 21, 1997 18:10:13 %2B1000
References:  <15920.877390482@time.cdrom.com> <199710210810.SAA12294@ogre.dtir.qld.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help
As Stephen McKay wrote:

> Hey, I used to do this for ya!  I used to have a 386sx16 with 4Mb ram
> and 13.5 Mb of swap.  Yes, every byte of swap counted!  It didn't have
> enough disk to store anything, so /usr/src and /usr/obj were NFS.  It
> used to take around 10 days to crank out a make world.

Don't use a blatant `make world' on such a slow machine.  You could
perhaps cut it in five days by doing the steps manually. :)

That is, make -k and install the libs, make -k and install the rest,
then make the rest again, look where it still falls over, and resolve
any bootstrapping conflicts.  I usually do it this way even on much
faster machines.  I'm using `make world' only for hardware tests. ;-)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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