summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-11 14:39:32 +0000
committerrillig <rillig@pkgsrc.org>2005-05-11 14:39:32 +0000
commit62805e87ad89afd3ee907c97078070a0a3343285 (patch)
treeff13fdb8c3ad5ed05b48146227eca694f52ddc49 /bootstrap
parentd9ff95c62a90a3a427fc015f0fabef7c76ea777c (diff)
downloadpkgsrc-62805e87ad89afd3ee907c97078070a0a3343285.tar.gz
Removed trailing whitespace. Changed some other details to make mdoclint(1)
a little happier.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/bmake/make.130
1 files changed, 15 insertions, 15 deletions
diff --git a/bootstrap/bmake/make.1 b/bootstrap/bmake/make.1
index 8984ae5713f..5caa6c3e2d1 100644
--- a/bootstrap/bmake/make.1
+++ b/bootstrap/bmake/make.1
@@ -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 @@ is read.
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 @@ Print debugging information about target list maintenance.
.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 @@ entered into the environment for all programs which
.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 @@ for all programs which
.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 @@ to them.
.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 @@ source is appears in a dependency line, the sources that precede it are
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 @@ utilizes the following environment variables, if they exist:
.Ev MAKEOBJDIRPREFIX ,
and
.Ev PWD .
-
+.Pp
If
.Ev MAKEOBJDIRPREFIX
is set, then