svn commit: r296288 - stable/10/share/man/man5
Bryan Drewery
bdrewery at FreeBSD.org
Wed Mar 2 01:24:42 UTC 2016
Author: bdrewery
Date: Wed Mar 2 01:24:41 2016
New Revision: 296288
URL: https://svnweb.freebsd.org/changeset/base/296288
Log:
MFC r295995:
BDECFLAGS has not been available since r82604 removed
/etc/defaults/make.conf.
Approved by: re (gjb)
Modified:
stable/10/share/man/man5/make.conf.5
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man5/make.conf.5
==============================================================================
--- stable/10/share/man/man5/make.conf.5 Wed Mar 2 00:18:05 2016 (r296287)
+++ stable/10/share/man/man5/make.conf.5 Wed Mar 2 01:24:41 2016 (r296288)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 17, 2014
+.Dd February 24, 2016
.Dt MAKE.CONF 5
.Os
.Sh NAME
@@ -141,16 +141,6 @@ Optimization levels other than
and
.Fl O2
are not supported.
-.Va BDECFLAGS
-is provided as a set of
-.Xr cc 1
-settings suggested by
-.An "Bruce Evans" Aq bde at FreeBSD.org
-for developing and testing changes.
-They can be used, if set, by:
-.Bd -literal -offset indent
-CFLAGS+=${BDECFLAGS}
-.Ed
.It Va CPUTYPE
.Pq Vt str
Controls which processor should be targeted for generated
More information about the svn-src-stable
mailing list