mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Document that we use {} for variable expansion.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d4f564c588
commit
37bfb9b3bf
1 changed files with 8 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 8, 2005
|
||||
.Dd October 21, 2015
|
||||
.Dt STYLE.MAKEFILE 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -117,6 +117,13 @@ i.e., no space between the variable name and the
|
|||
.Ic = .
|
||||
Keep values sorted alphabetically, if possible.
|
||||
.It
|
||||
Variables are expanded with
|
||||
.Sy {} ,
|
||||
not
|
||||
.Sy () .
|
||||
Such as
|
||||
.Va ${VARIABLE} .
|
||||
.It
|
||||
Do not use
|
||||
.Ic +=
|
||||
to set variables that are only set once
|
||||
|
|
|
|||
Loading…
Reference in a new issue