Document the behavior of NO_DIRDEPS/NO_DIRDEPS_BELOW.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-04-12 03:37:42 +00:00
parent cc8f2f0f61
commit 9afacef2b7

View File

@ -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