mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the behavior of NO_DIRDEPS/NO_DIRDEPS_BELOW.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
8a5f439677
commit
4cfc7d9db5
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ computing a graph of tree dependencies from the current origin.
|
|||
Setting
|
||||
.Va NO_DIRDEPS
|
||||
will skip checking dirdep dependencies and will only build in the current
|
||||
directory.
|
||||
and child directories.
|
||||
.Va NO_DIRDEPS_BELOW
|
||||
will skip building any dirdeps and only build the current directory.
|
||||
.Pp
|
||||
As each target is made
|
||||
.Xr make 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue