Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src Pullup via hand patch (requested by zuntum in ticket #1...
details: https://anonhg.NetBSD.org/src/rev/8a7bd33fbf5d
branches: netbsd-1-6
changeset: 531053:8a7bd33fbf5d
user: jmc <jmc%NetBSD.org@localhost>
date: Wed Dec 24 04:52:17 2003 +0000
description:
Pullup via hand patch (requested by zuntum in ticket #1582)
Change -v to -V in the following section:
Print make(1)'s idea of the value of var. Does not build any targets.
To reflect reality.
diffstat:
BUILDING | 4 ++--
BUILDING.mdoc | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 420cac2e1d3a -r 8a7bd33fbf5d BUILDING
--- a/BUILDING Wed Dec 24 04:48:34 2003 +0000
+++ b/BUILDING Wed Dec 24 04:52:17 2003 +0000
@@ -346,7 +346,7 @@
actually execute them. This will still cause recursion to
take place.
- -v var Print make(1)'s idea of the value of var. Does not build any
+ -V var Print make(1)'s idea of the value of var. Does not build any
targets.
var=value Set the variable var to value, overriding any setting speci-
@@ -547,4 +547,4 @@
BUGS
A few platforms are not yet using the USE_NEW_TOOLCHAIN system.
-NetBSD May 3, 2002 9
+NetBSD Dec 23, 2003 9
diff -r 420cac2e1d3a -r 8a7bd33fbf5d BUILDING.mdoc
--- a/BUILDING.mdoc Wed Dec 24 04:48:34 2003 +0000
+++ b/BUILDING.mdoc Wed Dec 24 04:52:17 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.18.2.1 2003/12/18 08:24:52 tron Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.18.2.2 2003/12/24 04:52:17 jmc Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -38,7 +38,7 @@
.\" NOTE: After changing this file, run "make build-docs" to generate the
.\" proper plaintext versions, and check in all BUILDING.* files!
.\"
-.Dd May 3, 2002
+.Dd Dec 23, 2003
.Dt BUILDING 8
.Os NetBSD
.
@@ -604,7 +604,7 @@
Display the commands that would have been executed, but do not
actually execute them. This will still cause recursion to take place.
.
-.It Sy -v Em var
+.It Sy -V Em var
Print
.Xr make 1 Ns 's
idea of the value of
Home |
Main Index |
Thread Index |
Old Index