From 42e7be2030e072c337a66239c45822b8857538cb Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 31 Dec 2014 22:49:02 +0000 Subject: [PATCH] The variable used with install(1) for stripping should be STRIPBIN, not STRIP_CMD MFC after: 3 days Reported by: lev --- share/man/man7/build.7 | 4 ++-- 1 file 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