summaryrefslogtreecommitdiffstats
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2010-03-31 12:52:19 +0000
committerkeramida <keramida@FreeBSD.org>2010-03-31 12:52:19 +0000
commit8c1c218daaedd7250c61085c299eb2efbb11d3ce (patch)
tree758654aef25108e532997319262b474c911ed0a6 /share/man/man7/build.7
parent248b1833c29e5f35bb5ae344ed7e7124e7037efe (diff)
downloadFreeBSD-src-8c1c218daaedd7250c61085c299eb2efbb11d3ce.zip
FreeBSD-src-8c1c218daaedd7250c61085c299eb2efbb11d3ce.tar.gz
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
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r--share/man/man7/build.716
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 28151b6..3015776 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -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,
OpenPOWER on IntegriCloud