mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
f703589ef4
commit
3547290f1d
1 changed files with 15 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue