pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap/bmake Removed trailing whitespace. Changed s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3012b1aa4bff
branches: trunk
changeset: 493660:3012b1aa4bff
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed May 11 14:39:32 2005 +0000
description:
Removed trailing whitespace. Changed some other details to make mdoclint(1)
a little happier.
diffstat:
bootstrap/bmake/make.1 | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diffs (94 lines):
diff -r cd3f4d2381e3 -r 3012b1aa4bff bootstrap/bmake/make.1
--- a/bootstrap/bmake/make.1 Wed May 11 14:31:10 2005 +0000
+++ b/bootstrap/bmake/make.1 Wed May 11 14:39:32 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.2 2005/05/11 14:31:10 rillig Exp $
+.\" $NetBSD: make.1,v 1.3 2005/05/11 14:39:32 rillig Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -87,7 +87,7 @@
If the file
.Ql Pa .depend
exists, it is read (see
-.Xr mkdep 1) .
+.Xr mkdep 1 ) .
.Pp
This manual page is intended as a reference document only.
For a more thorough description of
@@ -137,9 +137,9 @@
.It Ar v
Print debugging information about variable assignment.
.It Ar x
-Run shell commands with
-.Fl x
-so the actual commands are printed as they are executed.
+Run shell commands with
+.Fl x
+so the actual commands are printed as they are executed.
.El
.It Fl e
Specify that environmental variables override macro assignments within
@@ -489,16 +489,16 @@
.Nm
executes.
.It Va .MAKEOVERRIDES
-This variable is used to record the names of variables assigned to
-on the command line, so that they may be exported as part of
+This variable is used to record the names of variables assigned to
+on the command line, so that they may be exported as part of
.Ql Ev MAKEFLAGS .
-This behaviour can be disabled by assigning an empty value to
+This behaviour can be disabled by assigning an empty value to
.Ql Va .MAKEOVERRIDES
within a makefile. Extra variables can be exported from a makefile
-by appending their names to
+by appending their names to
.Ql Va .MAKEOVERRIDES .
.Ql Ev MAKEFLAGS
-is re-exported whenever
+is re-exported whenever
.Ql Va .MAKEOVERRIDES
is modified.
.It Ev PWD
@@ -526,11 +526,11 @@
.Nm
executes.
.It Va MAKE_PRINT_VAR_ON_ERROR
-When
+When
.Nm
stops due to an error, it prints its name and the value of
.Ql Va .CURDIR
-as well as the value of any variables named in
+as well as the value of any variables named in
.Ql Va MAKE_PRINT_VAR_ON_ERROR .
.It Va .newline
This variable is simply assigned a newline character as its value.
@@ -1090,7 +1090,7 @@
.It Ic .USEBEFORE
Exactly like
.Ic .USE ,
-but prepend the
+but prepend the
.Ic .USEBEFORE
target commands to the target.
.It Ic .WAIT
@@ -1100,7 +1100,7 @@
made before the sources that succeed it in the line. Loops are not being
detected and targets that form loops will be silently ignored.
.El
-.Sh "SPECIAL TARGETS"
+.Sh SPECIAL TARGETS
Special targets may not be included with other targets, i.e. they must be
the only target specified.
.Bl -tag -width Ic .BEGIN
@@ -1216,7 +1216,7 @@
.Ev MAKEOBJDIRPREFIX ,
and
.Ev PWD .
-
+.Pp
If
.Ev MAKEOBJDIRPREFIX
is set, then
Home |
Main Index |
Thread Index |
Old Index