Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Remove trailing spaces, add a few serial commas.
details: https://anonhg.NetBSD.org/src/rev/e7ca0d849012
branches: trunk
changeset: 757695:e7ca0d849012
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Sep 14 11:57:03 2010 +0000
description:
Remove trailing spaces, add a few serial commas.
diffstat:
usr.bin/make/make.1 | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (72 lines):
diff -r b06f88a59990 -r e7ca0d849012 usr.bin/make/make.1
--- a/usr.bin/make/make.1 Tue Sep 14 11:04:57 2010 +0000
+++ b/usr.bin/make/make.1 Tue Sep 14 11:57:03 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.181 2010/09/13 16:32:00 sjg Exp $
+.\" $NetBSD: make.1,v 1.182 2010/09/14 11:57:03 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -766,15 +766,15 @@
It can contain a number of keywords:
.Bl -hang -width ignore-cmd
.It Pa compat
-Like
+Like
.Fl B
-puts
+puts
.Nm
into "compat" mode.
.It Pa meta
Puts
.Nm
-into "meta" mode, where meta files are created for each target
+into "meta" mode, where meta files are created for each target
to capture the command run, the output generated and if
.Xr filemon 4
is available, the system calls which are of interest to
@@ -787,7 +787,7 @@
.Va .MAKE.META.PREFIX .
.It Pa ignore-cmd
Some makefiles have commands which are simply not stable.
-This keyword causes them to be ignored for
+This keyword causes them to be ignored for
determining whether a target is out of date in "meta" mode.
See also
.Ic .NOMETA_CMP .
@@ -800,7 +800,7 @@
.It Va .MAKE.META.FILES
In "meta" mode, this variable contains a list of all the meta files
used (updated or not).
-This list can be used to process the meta files to extract dependency
+This list can be used to process the meta files to extract dependency
information.
.It Va .MAKE.META.PREFIX
Defines the message printed for each meta file updated in "meta verbose" mode.
@@ -1659,7 +1659,7 @@
.It Ic .META
Create a meta file for the target, even if it is flagged as
.Ic .PHONY ,
-.Ic .MAKE
+.Ic .MAKE ,
or
.Ic .SPECIAL .
Usage in conjunction with
@@ -1669,14 +1669,14 @@
Do not create a meta file for the target.
Meta files are also not created for
.Ic .PHONY ,
-.Ic .MAKE
+.Ic .MAKE ,
or
.Ic .SPECIAL
targets.
.It Ic .NOMETA_CMP
Ignore differences in commands when deciding if target is out of date.
This is useful if the command contains a value which always changes.
-If the number of commands change, though the target will still be out of date.
+If the number of commands change, though, the target will still be out of date.
.It Ic .NOPATH
Do not search for the target in the directories specified by
.Ic .PATH .
Home |
Main Index |
Thread Index |
Old Index