From joshua@green.shallow.net  Fri Apr 12 23:36:02 2002
Return-Path: <joshua@green.shallow.net>
Received: from green.shallow.net (c16486.smelb1.vic.optusnet.com.au [210.49.224.105])
	by hub.freebsd.org (Postfix) with ESMTP id C142337B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Apr 2002 23:36:01 -0700 (PDT)
Received: by green.shallow.net (Postfix, from userid 1001)
	id E80663EDF; Sat, 13 Apr 2002 16:09:02 +1000 (EST)
Message-Id: <20020413060902.E80663EDF@green.shallow.net>
Date: Sat, 13 Apr 2002 16:09:02 +1000 (EST)
From: Joshua Goodall <joshua@roughtrade.net>
Reply-To: Joshua Goodall <joshua@roughtrade.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: make.conf.5 typo re BDECFLAGS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37032
>Category:       docs
>Synopsis:       make.conf.5 typo re BDECFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 12 23:40:01 PDT 2002
>Closed-Date:    Sat Apr 13 02:07:51 PDT 2002
>Last-Modified:  Sat Apr 13 02:07:51 PDT 2002
>Originator:     Joshua Goodall
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD green.shallow.net 4.5-STABLE FreeBSD 4.5-STABLE #3: Sat Apr 6 23:01:47 EST 2002 joshua@green.shallow.net:/usr/obj/usr/src/sys/GREEN i386
>Description:

make.conf.5 says:
...
	BDECFLAGS is provided as a set of gcc(1) settings suggested
	by Bruce Evans <bde@FreeBSD.org> for developing and testing
	changes.  They can be used, if set, by:

		CXFLAGS+=${BDECFLAGS}
...

This almost certainly supposed to say CFLAGS.

>How-To-Repeat:
>Fix:

Index: share/man/man5/make.conf.5
===================================================================
RCS file: /cvs/src/share/man/man5/make.conf.5,v
retrieving revision 1.39
diff -u -r1.39 make.conf.5
--- share/man/man5/make.conf.5	21 Mar 2002 09:15:39 -0000	1.39
+++ share/man/man5/make.conf.5	13 Apr 2002 04:03:25 -0000
@@ -109,7 +109,7 @@
 They can be used, if set, by:
 .Pp
 .Bd -literal -offset indent
-CXFLAGS+=${BDECFLAGS}
+CFLAGS+=${BDECFLAGS}
 .Ed
 .It Va CVS_UPDATE
 .Pq Vt bool

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sat Apr 13 02:07:24 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37032 
>Unformatted:
