mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
build.7: Document SYSDIR variable
Add a description of the SYSDIR variable.
This commit is contained in:
parent
24cd2796cf
commit
def657b825
1 changed files with 9 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 12, 2020
|
||||
.Dd March 25, 2020
|
||||
.Dt BUILD 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -647,6 +647,14 @@ This variable can also be useful when debugging failed builds.
|
|||
.Bd -literal -offset indent
|
||||
make some-target SUBDIR_OVERRIDE=foo/bar
|
||||
.Ed
|
||||
.It Va SYSDIR
|
||||
Specify the location of the kernel source to override the default
|
||||
.Pa /usr/src/sys .
|
||||
The kernel source is located in the
|
||||
.Pa sys
|
||||
subdirectory of the source tree checked out from the
|
||||
.Pa src.git
|
||||
repository.
|
||||
.It Va TARGET
|
||||
The target hardware platform.
|
||||
This is analogous to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue