From owner-freebsd-doc@FreeBSD.ORG Mon May 12 10:05:01 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BAF37B401; Mon, 12 May 2003 10:05:01 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id D107B43F85; Mon, 12 May 2003 10:05:00 -0700 (PDT) (envelope-from swear@attbi.com) Received: from localhost.localdomain (unknown[12.242.158.67]) by attbi.com (sccrmhc02) with ESMTP id <200305121704590020031u5te>; Mon, 12 May 2003 17:05:00 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.9/8.12.5) with ESMTP id h4CH7LKc068851; Mon, 12 May 2003 10:07:22 -0700 (PDT) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.9/8.12.5/Submit) id h4CH7Fpx068850; Mon, 12 May 2003 10:07:15 -0700 (PDT) (envelope-from swear@attbi.com) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@attbi.com using -f To: Hiten Pandya References: <20030510151718.D2044@wonkity.com> <20030510185024.4b05ffaf.trhodes@FreeBSD.org> <20030511043058.4088711d.trhodes@FreeBSD.org> <20030512115339.GB63817@perrin.int.nxad.com> From: swear@attbi.com (Gary W. Swearingen) Date: 12 May 2003 10:07:15 -0700 In-Reply-To: <20030512115339.GB63817@perrin.int.nxad.com> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Tom Rhodes cc: doc@FreeBSD.ORG Subject: Re: Handbook: Using "make world" Chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 17:05:02 -0000 Hiten Pandya writes: > Also, it might help if we mentioned, that the make world target > is actually a split, ``buildworld'' and ``installworld''. Last It's already mentioned, buried deep in the details, and with too many of it's own: Beginning with version 2.2.5 of FreeBSD (actually, it was first created on the FreeBSD-CURRENT branch, and then retrofitted to FreeBSD-STABLE midway between 2.2.2 and 2.2.5) the world target has been split in two: buildworld and installworld.