svn commit: r217601 - stable/8/share/man/man7

[ Available lists | Index of svn-src-stable-8 | Month of Jan 2011 | Week of 19 Jan 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Giorgos Keramidas <keramida@FreeBSD.org>
Date
19 Jan 2011 21:28:01
Subject
svn commit: r217601 - stable/8/share/man/man7
Message-ID
201101192128.p0JLS0Dx089660@svn.freebsd.org


[ Hide this part ]
Author: keramida (doc committer)
Date: Wed Jan 19 21:28:00 2011
New Revision: 217601
URL: http://svn.freebsd.org/changeset/base/217601

Log:
MFC r205978 from /head

Document DEBUG_FLAGS in a more visible place, in the build(7) manpage

Noticed by: Alexander Best <alexbestms.at.wwu.de>
Reviewed by: jhb

Modified:
stable/8/share/man/man7/build.7
Directory Properties:
stable/8/share/man/man7/ (props changed)

Modified: stable/8/share/man/man7/build.7
==============================================================================
--- stable/8/share/man/man7/build.7 Wed Jan 19 21:19:23 2011 (r217600)
+++ stable/8/share/man/man7/build.7 Wed Jan 19 21:28:00 2011 (r217601)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 23, 2009
+.Dd March 31, 2010
.Dt BUILD 7
.Os
.Sh NAME
@@ -311,6 +311,20 @@ should be set as with
.Sh ENVIRONMENT
Variables that influence all builds include:
.Bl -tag -width ".Va MAKEOBJDIRPREFIX"
+.It Va DEBUG_FLAGS
+Defines a set of debugging flags that will be used to build all userland
+binaries under
+.Pa /usr/src .
+When
+.Va DEBUG_FLAGS
+is defined, the
+.Cm install
+and
+.Cm installworld
+targets install binaries from the current
+.Va MAKEOBJDIRPREFIX
+without stripping,
+so that debugging information is retained in the installed binaries.
.It Va DESTDIR
The directory hierarchy prefix where built objects will be installed.
If not set,


Elapsed time: 0.069 seconds