summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-01 12:20:22 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-01 12:20:22 +0000
commit49c4458c80d7fc0c739164002a85966499593dbf (patch)
tree7324d2cb3e29b7c8220abd41fce86411f633eddc /usr.bin/make
parent56aefdcd1008df3702556867ce63eb3fc801508b (diff)
downloadFreeBSD-src-49c4458c80d7fc0c739164002a85966499593dbf.zip
FreeBSD-src-49c4458c80d7fc0c739164002a85966499593dbf.tar.gz
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.130
1 files changed, 20 insertions, 10 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index ee9b7e5..515ceca 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -108,7 +108,8 @@ Print debugging information about conditional evaluation.
.It Ar d
Print debugging information about directory searching and caching.
.It Ar f
-Print debugging information about the execution of for loops. Currently a
+Print debugging information about the execution of for loops.
+Currently a
no-op.
.It Ar "g1"
Print the input graph before making anything.
@@ -157,7 +158,8 @@ before each command line in the makefile.
.It Fl j Ar max_jobs
Specify the maximum number of jobs that
.Nm
-may have running at any one time. Turns compatibility mode off, unless the
+may have running at any one time.
+Turns compatibility mode off, unless the
.Ar B
flag is also specified.
.It Fl k
@@ -497,7 +499,8 @@ The environment variable
may contain anything that
may be specified on
.Nm make Ns 's
-command line. Its contents are stored in
+command line.
+Its contents are stored in
.Nm make Ns 's
.Va .MAKEFLAGS
variable.
@@ -671,7 +674,8 @@ do not contain the pattern matching character
.Ar %
then it is assumed that they are
anchored at the end of each word, so only suffixes or entire
-words may be replaced. Otherwise
+words may be replaced.
+Otherwise
.Ar %
is the substring of
.Ar old_string
@@ -701,7 +705,8 @@ makefile directory.
Un-define the specified global variable.
Only global variables may be un-defined.
.It Ic \&.error Ar message
-Terminate processing of the makefile immediately. The filename of the
+Terminate processing of the makefile immediately.
+The filename of the
makefile, the line on which the error was encountered and the specified
message are printed to standard output and
.Nm make
@@ -912,7 +917,8 @@ The syntax of a for loop is:
.El
After the for
.Ar expression
-is evaluated, it is split into words. The
+is evaluated, it is split into words.
+The
iteration
.Ar variable
is successively set to each word, and substituted in the
@@ -974,7 +980,8 @@ to them.
If special
.Ic .WAIT
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
+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"
@@ -1010,7 +1017,8 @@ If no sources are specified, this is the equivalent of specifying the
option.
.It Ic .INCLUDES
A list of suffixes that indicate files that can be included in a source
-file. The suffix must have already been declared with
+file.
+The suffix must have already been declared with
.Ic .SUFFIXES ;
any suffix so declared will have the directories on its search path (see
.Ic .PATH )
@@ -1083,7 +1091,8 @@ to work.
.It Ic .PHONY
Apply the
.Ic .PHONY
-attribute to any specified sources. Targets with this attribute are always
+attribute to any specified sources.
+Targets with this attribute are always
considered to be out of date.
.It Ic .PRECIOUS
Apply the
@@ -1173,7 +1182,8 @@ special target exists.
.Pp
The evaluation of
.Ar expression
-in a test is very simple-minded. Currently, the only form that works is
+in a test is very simple-minded.
+Currently, the only form that works is
.Ql .if ${VAR} op something
For instance, you should write tests as
.Ql .if ${VAR} = "string"
OpenPOWER on IntegriCloud