10 Mar 2008 07:11
Updates/clarifications/adjustments to BUILDING
David Holland <dholland-docs <at> netbsd.org>
2008-03-10 06:11:43 GMT
2008-03-10 06:11:43 GMT
A few things in BUILDING have gone out of date, and also, some things
that should be are not documented (e.g. how build.sh -u interacts with
kernel=foo). I have done an editing pass and propose the following
patch.
The highlights:
- mention src/tests and reference atf;
- provide examples of MACHINE and MACHINE_ARCH -- someone please
double-check these to make sure I haven't lied;
- mention that MKOBJ=no is not recommented;
- correct the default setting of USETOOLS;
- document the interaction of build.sh -[uo] with various things;
- document the interaction of build.sh tools and kernel=foo;
- various typo fixes and wording adjustments, and use fewer
parentheses.
Index: BUILDING.mdoc
===================================================================
RCS file: /cvsroot/src/doc/BUILDING.mdoc,v
retrieving revision 1.55
diff -U 10 -r1.55 BUILDING.mdoc
--- BUILDING.mdoc 8 Mar 2008 14:48:57 -0000 1.55
+++ BUILDING.mdoc 10 Mar 2008 05:59:47 -0000
<at> <at> -120,23 +120,30 <at> <at>
use the
.Nx
.Xr make 1
.Dq reachover
Makefile semantics when building these programs for a native host.
.It Sy distrib/ , etc/
(Continue reading)
RSS Feed