Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 18:20:34 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275908 - head/share/man/man7
Message-ID:  <201412181820.sBIIKYTj003849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Dec 18 18:20:33 2014
New Revision: 275908
URL: https://svnweb.freebsd.org/changeset/base/275908

Log:
  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

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

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Thu Dec 18 18:16:00 2014	(r275907)
+++ head/share/man/man7/build.7	Thu Dec 18 18:20:33 2014	(r275908)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181820.sBIIKYTj003849>