From owner-freebsd-hackers Wed Oct 1 14:12:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08504 for hackers-outgoing; Wed, 1 Oct 1997 14:12:17 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA08494 for ; Wed, 1 Oct 1997 14:12:09 -0700 (PDT) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xGW3R-0007Py-00; Wed, 1 Oct 1997 15:11:33 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.7/8.8.3) with ESMTP id PAA26166; Wed, 1 Oct 1997 15:12:23 -0600 (MDT) Message-Id: <199710012112.PAA26166@harmony.village.org> To: Alfred Perlstein Subject: Re: distributing binaries only? Cc: hackers@freebsd.org In-reply-to: Your message of "Wed, 01 Oct 1997 16:06:05 CDT." References: Date: Wed, 01 Oct 1997 15:12:23 -0600 From: Warner Losh Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message Alfred Perlstein writes: : i'd rather not have to mount the source dir and recompile as the machine : is a 586/133 and i don't want to wait 2-3 days for it to finish, so if : anyone has a suggestion on how to mirror the binaries i'd really : appreciate it. make buildworld on a fast machine. Then NFS mount the /usr/src and /usr/obj trees and do a make installworld on the 133 box. Also my 486 Dx2-66 did make world in about 12 hours, and I likely could have dropped that down into the 8 hour range with the addition of more disks, better mount point options, etc. I suspect that 2-3 days is a little pessimistic, unless the machine has little memory. Warner