aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-05-09 20:21:38 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-05-09 20:21:38 +0000
commit6d75a7a852fe046e3866858ff995447498904e95 (patch)
tree2de2b48df47a89f71f0060708b509a62d4f384a2 /share/man/man7/build.7
parente9b7132b30b52817896360c59523c38464c4643f (diff)
Support skipping 'make obj' tree-walk.
This is part of a larger effort for WITH_AUTO_OBJ and a WORLDFAST option. Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=318105
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r--share/man/man7/build.74
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 31927f8ab987..540084189c1e 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -605,6 +605,10 @@ If set, the update process does not update the source of the
documentation as part of the
.Dq make update
target.
+.It Va NO_OBJ
+If set, no object directories will be created.
+This should only be used if object directories were created in a
+previous build and no new directories are connected.
.It Va NO_PORTSUPDATE
If set, the update process does not update the Ports tree as part of the
.Dq make update