From owner-freebsd-questions Thu May 16 5: 6:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by hub.freebsd.org (Postfix) with ESMTP id 447C137B408 for ; Thu, 16 May 2002 05:06:25 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maila.telia.com (8.11.6/8.11.6) with ESMTP id g4GC6NR26441 for ; Thu, 16 May 2002 14:06:23 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id OAA04991 for ; Thu, 16 May 2002 14:06:23 +0200 (CEST) Received: (qmail 38307 invoked by uid 1001); 16 May 2002 12:06:22 -0000 Date: Thu, 16 May 2002 14:06:22 +0200 From: Erik Trulsson To: Martin McCormick Cc: freebsd-questions@freebsd.org Subject: Re: make world VS make build world Message-ID: <20020516120622.GA38295@student.uu.se> Mail-Followup-To: Martin McCormick , freebsd-questions@freebsd.org References: <200205161129.g4GBTIl12442@dc.cis.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205161129.g4GBTIl12442@dc.cis.okstate.edu> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 06:29:18AM -0500, Martin McCormick wrote: > What would be the difference in what was done on a system > if someone upgraded a source tree and then in /usr/src typed > > make world > > instead of > > make build world > > In this case, the make took 1 hour and appeared to not > crash. This is on a FreeBSD 4.4 system moving to 4.5. > > Would a make build world be necessary or should some > other steps be taken before continuing with the recommended > procedures? 'make world' is equivalent to 'make buildworld && make installworld' I.e. 'make world' both builds and installs the new world. 'make buildworld' just builds the world. Note that the kernel is not built by buildworld and it should be built and installed before you do a 'make installworld' which means that you normally should not do 'make world' but instead follow the proper procedure as documented in /usr/src/UPDATING -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message