aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-12-18 18:20:33 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-12-18 18:20:33 +0000
commit3547290f1d2e491f2be45811331f670445f17886 (patch)
tree52c14d1a27cce72763eb4d8101f28b3d86793beb /share/man/man7/build.7
parentf703589ef4b4d0afd59b54c0482aaa1445a8e06e (diff)
downloadsrc-3547290f1d2e491f2be45811331f670445f17886.tar.gz
src-3547290f1d2e491f2be45811331f670445f17886.zip
Document STRIP_CMD in build(7) and note its importance with LOCAL_ITOOLS
MFC after: 1 week Phabric: D1335 Reviewed by: brueffer Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=275908
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r--share/man/man7/build.715
1 files changed, 15 insertions, 0 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index a2172ed3316e..f634b59bb7fb 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -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.