Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2002 16:09:02 +1000 (EST)
From:      Joshua Goodall <joshua@roughtrade.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/37032: make.conf.5 typo re BDECFLAGS
Message-ID:  <20020413060902.E80663EDF@green.shallow.net>

next in thread | raw e-mail | index | archive | help

>Number:         37032
>Category:       docs
>Synopsis:       make.conf.5 typo re BDECFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 12 23:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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