mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
The variable used with install(1) for stripping should be STRIPBIN, not
STRIP_CMD MFC after: 3 days Reported by: lev
This commit is contained in:
parent
21bc384a0d
commit
42e7be2030
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue