summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-12-18 18:20:33 +0000
committerngie <ngie@FreeBSD.org>2014-12-18 18:20:33 +0000
commit50067caa03cd562042e4825ded1babb86bb5d5e8 (patch)
tree52c14d1a27cce72763eb4d8101f28b3d86793beb /share/man
parent9e9e76964ff9344d5b60d8b8ff165b167c283d4f (diff)
downloadFreeBSD-src-50067caa03cd562042e4825ded1babb86bb5d5e8.zip
FreeBSD-src-50067caa03cd562042e4825ded1babb86bb5d5e8.tar.gz
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
Diffstat (limited to 'share/man')
-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 a2172ed..f634b59 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.
OpenPOWER on IntegriCloud