From owner-freebsd-questions Fri Nov 3 5: 3:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id 5AA0637B4CF for ; Fri, 3 Nov 2000 05:03:11 -0800 (PST) Received: (qmail 28561 invoked by uid 100); 3 Nov 2000 13:03:10 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14850.46990.425575.360710@guru.mired.org> Date: Fri, 3 Nov 2000 07:03:10 -0600 (CST) To: Anthony Rubin Cc: questions@freebsd.org Subject: Re: make world over NFS In-Reply-To: <22348999@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anthony Rubin types: > I am interested in setting up a central box that will make buildworld on a > regular basis that I will be able to use to upgrade other boxes. I would > like to store /usr/src and /usr/obj on our NetApp and NFS mount them on the > box that does the make buildworld and any boxes that I want to upgrade. Are > there any other directories that I need to keep on the NetApp in order for > this to work? Any other comments or suggestions? No, that should do it. Personally, I do things the other way around: put /usr/src/ & /usr/obj on the box that does the buildworld, and export them from there to everything else. If you've only got one drive on that box, you might consider putting /usr/obj on the NetApp box and /usr/src on the build box.