summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2022-03-15 14:53:54 +0000
committerMarc Espie <espie@cvs.openbsd.org>2022-03-15 14:53:54 +0000
commitafb25fdbb2a1cfd84eb922419301d2e0bc222af3 (patch)
tree5b480a399e26ea46f0b39d6328cab2dcc0c6da06 /share
parent13b2ec9df4b13b48fa8018f719227bbccdfef593 (diff)
document noconfigurejunk, assuming it works as expected
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/dpb.110
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1
index 2f8fdf4f7d5..aa150521f4b 100644
--- a/share/man/man1/dpb.1
+++ b/share/man/man1/dpb.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dpb.1,v 1.26 2022/02/06 13:56:14 op Exp $
+.\" $OpenBSD: dpb.1,v 1.27 2022/03/15 14:53:53 espie Exp $
.\"
.\" Copyright (c) 2010-2013 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 6 2022 $
+.Dd $Mdocdate: March 15 2022 $
.Dt DPB 1
.Os
.Sh NAME
@@ -869,6 +869,12 @@ Prevents
.Nm
from scheduling anything else on the same host after it starts building.
.\".It Ar memoryhog
+.It Ar noconfigurejunk
+Port that looks for unneeded dependencies during its configure phase
+(typically, optional tools like doxygen to rebuild documentation).
+Similar to
+.Ar nojunk
+but less expensive, since the configure phase is most often limited in scope.
.It Ar nojunk
Port that hardcodes includes in its Makefile mechanisms.
Prevents