Author: bdrewery Date: Fri Dec 4 18:01:11 2015 New Revision: 291783 URL: https://svnweb.freebsd.org/changeset/base/291783
Log: MFC r289736: Document that we use {} for variable expansion. Modified: stable/10/share/man/man5/style.Makefile.5 Directory Properties: stable/10/ (props changed) Modified: stable/10/share/man/man5/style.Makefile.5 ============================================================================== --- stable/10/share/man/man5/style.Makefile.5 Fri Dec 4 17:59:45 2015 (r291782) +++ stable/10/share/man/man5/style.Makefile.5 Fri Dec 4 18:01:11 2015 (r291783) @@ -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 .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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"