[Midnightbsd-cvs] src [10294] trunk/share/man/man5/style.Makefile.5: update style

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 3 12:59:20 EDT 2018


Revision: 10294
          http://svnweb.midnightbsd.org/src/?rev=10294
Author:   laffer1
Date:     2018-06-03 12:59:20 -0400 (Sun, 03 Jun 2018)
Log Message:
-----------
update style

Modified Paths:
--------------
    trunk/share/man/man5/style.Makefile.5

Property Changed:
----------------
    trunk/share/man/man5/style.Makefile.5

Modified: trunk/share/man/man5/style.Makefile.5
===================================================================
--- trunk/share/man/man5/style.Makefile.5	2018-06-03 16:58:26 UTC (rev 10293)
+++ trunk/share/man/man5/style.Makefile.5	2018-06-03 16:59:20 UTC (rev 10294)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 2002-2003 David O'Brien <obrien at FreeBSD.org>
 .\" All rights reserved.
 .\"
@@ -25,9 +26,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/share/man/man5/style.Makefile.5 291783 2015-12-04 18:01:11Z bdrewery $
 .\"
-.Dd January 8, 2005
+.Dd October 21, 2015
 .Dt STYLE.MAKEFILE 5
 .Os
 .Sh NAME
@@ -117,6 +118,13 @@
 .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
@@ -143,7 +151,7 @@
 The usage of
 .Va WARNS
 is spelled
-.Dq Li "WARNS?=	" ,
+.Dq Li "WARNS?= " ,
 so that it may be overridden on the command line or in
 .Xr make.conf 5 .
 .It


Property changes on: trunk/share/man/man5/style.Makefile.5
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list