aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/bmake.cat1
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/bmake.cat1')
-rw-r--r--contrib/bmake/bmake.cat117
1 files changed, 9 insertions, 8 deletions
diff --git a/contrib/bmake/bmake.cat1 b/contrib/bmake/bmake.cat1
index 9715bd908f18..6f69dfb9f3ad 100644
--- a/contrib/bmake/bmake.cat1
+++ b/contrib/bmake/bmake.cat1
@@ -515,11 +515,8 @@ BMAKE(1) FreeBSD General Commands Manual BMAKE(1)
.OODATE The list of sources for this target that were deemed out-
of-date; also known as `?'.
- .PREFIX The file prefix of the target, containing only the file
- portion, no suffix or preceding directory components;
- also known as `*'. The suffix must be one of the known
- suffixes declared with .SUFFIXES, or it is not recog-
- nized.
+ .PREFIX The name of the target with suffix (if declared in
+ .SUFFIXES) removed; also known as `*'.
.TARGET The name of the target; also known as `@'. For compati-
bility with other makes this is an alias for .ARCHIVE in
@@ -986,6 +983,12 @@ BMAKE(1) FreeBSD General Commands Manual BMAKE(1)
localtime(3), producing the formatted timestamp. If a timestamp
value is not provided or is 0, the current time is used.
+ :mtime[=timestamp]
+ Call stat(2) with each word as pathname; use `st_mtime' as the new
+ value. If stat(2) fails; use timestamp or current time. If
+ timestamp is set to `error', then stat(2) failure will cause an er-
+ ror.
+
:tA Attempts to convert the value to an absolute path using realpath(3).
If that fails, the value is unchanged.
@@ -1750,6 +1753,4 @@ BMAKE(1) FreeBSD General Commands Manual BMAKE(1)
attempt to suppress a cascade of unnecessary errors, can result in a
seemingly unexplained `*** Error code 6'
-
-
-FreeBSD 13.0 March 22, 2023 FreeBSD 13.0
+FreeBSD 13.0 May 10, 2023 FreeBSD 13.0