From owner-freebsd-stable Mon Apr 9 18:49:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id EC0AE37B422 for ; Mon, 9 Apr 2001 18:49:19 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id LAA29648; Tue, 10 Apr 2001 11:49:00 +1000 (EST) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01K28F5FU78GS4N63W@cim.alcatel.com.au>; Tue, 10 Apr 2001 11:48:49 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f3A1msG73750; Tue, 10 Apr 2001 11:48:54 +1000 (EST envelope-from jeremyp) Content-return: prohibited Date: Tue, 10 Apr 2001 11:48:54 +1000 From: Peter Jeremy Subject: Re: Can I stop BUILDWORLD from starting from scratch? In-reply-to: ; from robert@chalmers.com.au on Tue, Apr 10, 2001 at 08:47:52AM +1000 To: Robert Cc: FreeBSD Mail-Followup-To: Robert , FreeBSD Message-id: <20010410114854.A66243@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Apr-10 08:47:52 +1000, Robert wrote: >Is it possible to stop 'make buildworld' from starting from scratch each >time? How far into the buildworld are you? If you're beyond the ">>> stage 4: building everything.." prompt then you can use "make everything" instead of "make buildworld". Otherwise you have a choice of "make -DNOCLEAN buildworld" or editing /usr/src/Makefile.inc1 to restart from the stage it was in. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message