diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2014-12-31 22:49:02 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2014-12-31 22:49:02 +0000 |
commit | 42e7be2030e072c337a66239c45822b8857538cb (patch) | |
tree | e00dead8aac799754eb7a1224a822b5f9d173c7d /share/man/man7/build.7 | |
parent | 21bc384a0d264657567588779140a263bfd70dc7 (diff) |
The variable used with install(1) for stripping should be STRIPBIN, not
STRIP_CMD
MFC after: 3 days
Reported by: lev
Notes
Notes:
svn path=/head/; revision=276483
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r-- | share/man/man7/build.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 95b2572e56c1..18258adefcb5 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -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 |