summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-12-27 17:14:53 +0000
committerngie <ngie@FreeBSD.org>2014-12-27 17:14:53 +0000
commit21a79436a441088c1ab6ca532a219fdea77a07b6 (patch)
tree1b7441b066b5180eb12a8f91df7491b472c61333
parent7a63e2f688729009a94a080229c461301759daa7 (diff)
downloadFreeBSD-src-21a79436a441088c1ab6ca532a219fdea77a07b6.zip
FreeBSD-src-21a79436a441088c1ab6ca532a219fdea77a07b6.tar.gz
MFC r275908,r276309:
r275908: Document STRIP_CMD in build(7) and note its importance with LOCAL_ITOOLS Phabric: D1335 Reviewed by: brueffer Sponsored by: EMC / Isilon Storage Division r276309: Bump .Dd for change done in r275908
-rw-r--r--share/man/man7/build.717
1 files changed, 16 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 5972a1d..61bae4c 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 25, 2014
+.Dd December 27, 2014
.Dt BUILD 7
.Os
.Sh NAME
@@ -445,6 +445,21 @@ process.
.Bd -literal -offset indent
make PORTS_MODULES=emulators/kqemu-kmod kernel
.Ed
+.It Va STRIP_CMD
+Command to use at install time when stripping binaries.
+Be sure to add any additional tools required to run
+.Va STRIP_CMD
+to the
+.Va LOCAL_ITOOLS
+.Xr make 1
+variable before running the
+.Cm distributeworld
+or
+.Cm installworld
+targets.
+See
+.Xr install 1
+for more details.
.It Va SUBDIR_OVERRIDE
Override the default list of sub-directories and only build the
sub-directory named in this variable.
OpenPOWER on IntegriCloud