svn commit: r276483 - head/share/man/man7

Garrett Cooper ngie at FreeBSD.org
Wed Dec 31 22:49:03 UTC 2014


Author: ngie
Date: Wed Dec 31 22:49:02 2014
New Revision: 276483
URL: https://svnweb.freebsd.org/changeset/base/276483

Log:
  The variable used with install(1) for stripping should be STRIPBIN, not
  STRIP_CMD
  
  MFC after: 3 days
  Reported by: lev

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

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Wed Dec 31 22:15:28 2014	(r276482)
+++ head/share/man/man7/build.7	Wed Dec 31 22:49:02 2014	(r276483)
@@ -445,10 +445,10 @@ process.
 .Bd -literal -offset indent
 make PORTS_MODULES=emulators/kqemu-kmod kernel
 .Ed
-.It Va STRIP_CMD
+.It Va STRIPBIN
 Command to use at install time when stripping binaries.
 Be sure to add any additional tools required to run
-.Va STRIP_CMD
+.Va STRIPBIN
 to the
 .Va LOCAL_ITOOLS
 .Xr make 1


More information about the svn-src-head mailing list