svn commit: r364766 - head/share/man/man5

Alex Richardson arichardson at FreeBSD.org
Tue Aug 25 13:30:34 UTC 2020


Author: arichardson
Date: Tue Aug 25 13:30:29 2020
New Revision: 364766
URL: https://svnweb.freebsd.org/changeset/base/364766

Log:
  style.Makefile: list CSTD between WARNS and CFLAGS
  
  This was suggested by emaste in https://reviews.freebsd.org/D25928 and
  matches most uses in the tree.

Modified:
  head/share/man/man5/style.Makefile.5

Modified: head/share/man/man5/style.Makefile.5
==============================================================================
--- head/share/man/man5/style.Makefile.5	Tue Aug 25 13:30:24 2020	(r364765)
+++ head/share/man/man5/style.Makefile.5	Tue Aug 25 13:30:29 2020	(r364766)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 21, 2015
+.Dd August 25, 2020
 .Dt STYLE.MAKEFILE 5
 .Os
 .Sh NAME
@@ -78,6 +78,7 @@ order is:
 .Va INCS
 .Va SRCS
 .Va WARNS
+.Va CSTD
 .Va CFLAGS
 .Va DPADD
 .Va LDADD .
@@ -87,6 +88,7 @@ order is:
 .Va PROG Ns / Ns Oo Va SH Oc Ns Va LIB Ns / Ns Va SCRIPTS
 .Va SRCS
 .Va WARNS
+.Va CSTD
 .Va CFLAGS
 .Va DPADD
 .Va LDADD


More information about the svn-src-all mailing list