Module Name: src
Committed By: uwe
Date: Sun Aug 14 21:48:05 UTC 2022
Modified Files:
src/usr.bin/make: make.1
Log Message:
make(1): more .Va fixes
To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 src/usr.bin/make/make.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.326 src/usr.bin/make/make.1:1.327
--- src/usr.bin/make/make.1:1.326 Sun Aug 14 20:19:27 2022
+++ src/usr.bin/make/make.1 Sun Aug 14 21:48:05 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.326 2022/08/14 20:19:27 uwe Exp $
+.\" $NetBSD: make.1,v 1.327 2022/08/14 21:48:05 uwe Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -757,7 +757,7 @@ which have already been expanded.
.El
.Pp
The seven built-in local variables are as follows:
-.Bl -tag -width ".ARCHIVE" -offset indent
+.Bl -tag -width ".Va .ARCHIVE" -offset indent
.It Va .ALLSRC
The list of all sources for this target; also known as
.Sq Va \&> .
@@ -789,19 +789,21 @@ or it will not be recognized.
The name of the target; also known as
.Sq Va @ .
For compatibility with other makes this is an alias for
-.Ic .ARCHIVE
+.Va .ARCHIVE
in archive member rules.
.El
.Pp
The shorter forms
-.Ql ( Va > ,
+.Po
+.Sq Va \&> ,
.Sq Va \&! ,
-.Sq Va < ,
-.Sq Va % ,
+.Sq Va \&< ,
+.Sq Va \&% ,
.Sq Va \&? ,
-.Sq Va * ,
+.Sq Va \&* ,
and
-.Sq Va @ )
+.Sq Va \&@
+.Pc
are permitted for backward
compatibility with historical makefiles and legacy POSIX make and are
not recommended.
@@ -811,7 +813,7 @@ Variants of these variables with the pun
or
.Ql F ,
e.g.\&
-.Sq Va $(@D) ,
+.Ql $(@D) ,
are legacy forms equivalent to using the
.Ql :H
and
@@ -1096,7 +1098,7 @@ The process-id of
The parent process-id of
.Nm .
.It Va .MAKE.SAVE_DOLLARS
-value should be a boolean that controls whether
+Value should be a boolean that controls whether
.Ql $$
are preserved when doing
.Ql :=