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

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 24 19:07:36 UTC 2016


Author: bdrewery
Date: Wed Feb 24 19:07:35 2016
New Revision: 295995
URL: https://svnweb.freebsd.org/changeset/base/295995

Log:
  BDECFLAGS has not been available since r82604 removed /etc/defaults/make.conf.
  
  WARNS=6 has provided BDECFLAGS since r94332 as well.
  
  MFC after:	1 week
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/man/man5/make.conf.5

Modified: head/share/man/man5/make.conf.5
==============================================================================
--- head/share/man/man5/make.conf.5	Wed Feb 24 17:20:34 2016	(r295994)
+++ head/share/man/man5/make.conf.5	Wed Feb 24 19:07:35 2016	(r295995)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 12, 2015
+.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 Mt 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-all mailing list