From owner-freebsd-doc Sat Jun 9 10:57:34 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 81A0137B407 for ; Sat, 9 Jun 2001 10:57:24 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: from clan.nothing-going-on.org (localhost [127.0.0.1]) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) with SMTP id f59HSSD65762; Sat, 9 Jun 2001 18:28:28 +0100 (BST) (envelope-from nik@nothing-going-on.demon.co.uk) Content-Type: text/plain; charset="iso-8859-1" From: Nik Clayton To: Ronald C Price , doc@FreeBSD.org Subject: Re: ? Date: Sat, 9 Jun 2001 15:23:41 +0100 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01060915234103.54233@clan.nothing-going-on.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 04 June 2001 11:49 pm, Ronald C Price wrote: > I have a question on the (7.3.)building and installing of a custom kernal > documentation. What is "world" and how do I build. I have referred to > your errata page and did not see anything. It comes from the command used to recompile all of FreeBSD. This is done using a program called "make", which takes a number of possible options on the command line, and make reads a configuration file (a Makefile) which tells it what to build. The Makefile specifies what some of the valid options to make are. We call these "targets". In many cases, the Makefile contains information about more than one target, and many of these targets have traditional names, like "all", "install", or "clean" -- so the command line might look like make all make install make clean and so on. Traditionally, the target to use for any big software project is called "world", so the command line would be make world This then gives rise to slang terms like "re-make the world", or "don't forget to rebuild the world after you do this". If you take a look at the chapter again (on the website) you should see a link to http://www.freebsd.org/doc/en_US.ISO_8859-1/books/handbook/cutting-edge.html which has more details about how you actually go about running "make world". N - -- FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsiMW0ACgkQk6gHZCw343U2nACfYw6gyskbuuf2QPB0bvvDSO1c WO4An1OhD5FJeL5b/bazjDZdMn0JbRN8 =3gEG -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message