From owner-freebsd-hackers Wed Jan 21 02:55:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13156 for hackers-outgoing; Wed, 21 Jan 1998 02:55:09 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca126-30.ix.netcom.com [207.92.177.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13148 for ; Wed, 21 Jan 1998 02:55:04 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id CAA27725; Wed, 21 Jan 1998 02:54:59 -0800 (PST) (envelope-from asami) Date: Wed, 21 Jan 1998 02:54:59 -0800 (PST) Message-Id: <199801211054.CAA27725@baloon.mimi.com> To: ji@research.att.com CC: freebsd-hackers@FreeBSD.ORG In-reply-to: <199801210612.BAA25394@bual.research.att.com> (message from John Ioannidis on Wed, 21 Jan 1998 01:12:16 -0500 (EST)) Subject: Re: rebuilding world after a cvsup From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk * After my first full cvsup, I went to /usr/src and typed "make * buildworld" followed by "make installworld", and things were (much to * my amazement) worked. However, it is not obvious to me how to do * another make after a cvsup which updates just a few files; a plain * "make" does not appear to do the right thing (and indeed, when * followed by "make install" trashed my machine the one time I tried * it), and make buildworld erases everything and rebuilds it from * scratch. Surely there must be a better way than leaving the thing to * compile for a couple of hours! See /usr/src/Makefile. You probably just need to add -DNOCLEAN to your make command line and it will work most of the time. Satoshi