Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix example 3; the build.sh target is "install" not "install...
details: https://anonhg.NetBSD.org/src/rev/e03b9ce3256e
branches: trunk
changeset: 542819:e03b9ce3256e
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Feb 08 10:00:33 2003 +0000
description:
Fix example 3; the build.sh target is "install" not "installworld".
Improve description.
Noted by Valeriy Ushakov (uwe@) in private email.
diffstat:
BUILDING | 12 ++++++------
doc/BUILDING.mdoc | 15 +++++++--------
2 files changed, 13 insertions(+), 14 deletions(-)
diffs (64 lines):
diff -r 215ffd840c63 -r e03b9ce3256e BUILDING
--- a/BUILDING Sat Feb 08 09:53:08 2003 +0000
+++ b/BUILDING Sat Feb 08 10:00:33 2003 +0000
@@ -583,12 +583,12 @@
Using unprivileged mode, build a complete distribution in
/path/to/destdir.
- 3. # ./build.sh -U -D /path/to/destdir installworld=/
+ 3. # ./build.sh -U -D /path/to/destdir install=/
- As root, install the distribution that was built by example 2 into
- /path/to/destdir to /. Even though this is run as root, -U is re-
- quired so that the permissions stored in /path/to/destdir/METALOG
- are correctly applied to the files as they're copied to /.
+ As root, install to / the distribution that was built by example 2.
+ Even though this is run as root, -U is required so that the permis-
+ sions stored in /path/to/destdir/METALOG are correctly applied to
+ the files as they're copied to /.
4. ./build.sh -U -u -D /path/to/destdir -R /path/to/releasedir release
@@ -614,4 +614,4 @@
BUGS
A few platforms are not yet using this build system.
-NetBSD February 2, 2003 10
+NetBSD February 8, 2003 10
diff -r 215ffd840c63 -r e03b9ce3256e doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Sat Feb 08 09:53:08 2003 +0000
+++ b/doc/BUILDING.mdoc Sat Feb 08 10:00:33 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.15 2003/02/02 12:37:42 lukem Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.16 2003/02/08 10:00:34 lukem Exp $
.\"
.\" Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -40,7 +40,7 @@
.\" Toolchain prefix for commands
.ds toolprefix nb
.
-.Dd February 2, 2003
+.Dd February 8, 2003
.Dt BUILDING 8
.Os NetBSD
.
@@ -1147,13 +1147,12 @@
.Pa /path/to/destdir .
.
.It
-.Li "# ./build.sh -U -D /path/to/destdir installworld=/"
+.Li "# ./build.sh -U -D /path/to/destdir install=/"
.Pp
-As root, install the distribution that was built
-by example 2 into
-.Pa /path/to/destdir
-to
-.Pa / .
+As root, install to
+.Pa /
+the distribution that was built
+by example 2.
Even though this is run as root,
.Fl U
is required so that the permissions stored in
Home |
Main Index |
Thread Index |
Old Index