From owner-freebsd-hackers Wed Jan 3 10:55:55 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00442 for hackers-outgoing; Wed, 3 Jan 1996 10:55:55 -0800 (PST) Received: from apollo.hq.nasa.gov (apollo.hq.nasa.gov [131.182.121.87]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA00437 for ; Wed, 3 Jan 1996 10:55:51 -0800 (PST) Received: from wirehead.hq.nasa.gov (wirehead.hq.nasa.gov [131.182.121.88]) by apollo.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id SAA08274 for ; Wed, 3 Jan 1996 18:57:05 GMT Received: from localhost (cshenton@localhost) by wirehead.hq.nasa.gov (8.6.12/8.6.12) with SMTP id SAA06481 for ; Wed, 3 Jan 1996 18:57:05 GMT Message-Id: <199601031857.SAA06481@wirehead.hq.nasa.gov> X-Authentication-Warning: wirehead.hq.nasa.gov: cshenton owned process doing -bs X-Authentication-Warning: wirehead.hq.nasa.gov: Host localhost didn't use HELO protocol To: hackers@freefall.freebsd.org Subject: make [world | install] procedure? In-reply-to: Your message of "Wed, 03 Jan 1996 10:21:31 PST." <199601031821.KAA28447@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Date: Wed, 03 Jan 1996 13:57:05 -0500 From: Chris Shenton Sender: owner-hackers@FreeBSD.ORG Precedence: bulk Can someone point me to a reference on how to rebuild the OS? I've looked in the FAQ and Handbook -- closest I can find is the kernel rebuild procedure, and that's no problem. I've had some trouble in the past, doing "make world"s where it appeared that something being made invalidated the shared libraries, causing make or it's ilk to fail. Should I be able to "make world" in multiuser, then do I need to drop down to single-user and do a "make install"? Should I be able to do periodic sup's on -stable, then do a simple "make"? (much faster than rebuilding the world). Any pointers or references to docs would be appreciated: I just haven't found any in the usual places. Thanks.