Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 13:30:29 +0000 (UTC)
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364766 - head/share/man/man5
Message-ID:  <202008251330.07PDUT3q055849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008251330.07PDUT3q055849>