From 587429e4dfba848c8b974be7f2d3e6086146735e Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 25 Sep 2005 04:49:39 +0000 Subject: [PATCH] * Document the {build,install}world targets instead of just world. * Add reference to build(7). * Add references to the DragonFly handbook. --- README | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README b/README index a54b24f599..0cc41ec9b1 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ This is the top level of the DragonFly source directory. This file was last revised on: $FreeBSD: src/README,v 1.15.2.4 2002/04/26 16:01:35 bmah Exp $ -$DragonFly: src/README,v 1.6 2005/09/23 19:47:49 swildner Exp $ +$DragonFly: src/README,v 1.7 2005/09/25 04:49:39 swildner Exp $ For copyright information, please see the file COPYRIGHT in this directory (additional copyright information also exists for some @@ -10,9 +10,9 @@ more information). The Makefile in this directory supports a number of targets for building components (or all) of the DragonFly source tree, the most -commonly used one being ``world'', which rebuilds and installs -everything in the DragonFly system from the source tree except the -kernel, the kernel-modules and the contents of /etc. The +commonly used being ``buildworld'' and ``installworld'', which rebuild +and install everything in the DragonFly system from the source tree +except the kernel, the kernel-modules and the contents of /etc. The ``buildkernel'' and ``installkernel'' targets build and install the kernel and the modules (see below). Please see the top of the Makefile in this directory for more information on the @@ -20,13 +20,12 @@ standard build targets and compile-time flags. Building a kernel is a somewhat involved process. Documentation for it can be found at: - http://www.FreeBSD.org/handbook/kernelconfig.html -Although the above reference is FreeBSD-specific, it is also generally -applicable to DragonFly. Also see the the config(8) man page. + http://leaf.dragonflybsd.org/~justin/handbook/kernelconfig.html +Also see the the build(7) and config(8) man pages. Note: If you want to build and install the kernel with the ``buildkernel'' and ``installkernel'' targets, you might need to build -world before. More information is available in the FreeBSD handbook. +world before. More information is available in the DragonFly handbook. The sample kernel configuration files reside in the sys//conf sub-directory (assuming that you've installed the kernel sources), the -- 2.41.0