Author: keramida (doc committer)
Date: Wed Mar 31 12:52:19 2010
New Revision: 205978
URL: http://svn.freebsd.org/changeset/base/205978

Log:
  Document DEBUG_FLAGS in a more visible place, in the build(7) manpage
  
  Noticed by:     Alexander Best <alexbestms.at.wwu.de>
  Reviewed by:    jhb
  MFC after:      1 week

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7 Wed Mar 31 12:22:55 2010        (r205977)
+++ head/share/man/man7/build.7 Wed Mar 31 12:52:19 2010        (r205978)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 15, 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,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to