From 6aefe918591d27531ad7f69a30a4885ecce27944 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 18 Sep 2018 12:49:10 +0000 Subject: [PATCH] document parallel2 --- share/man/man1/dpb.1 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1 index c6d20f3efd2..326ecb84775 100644 --- a/share/man/man1/dpb.1 +++ b/share/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.6 2018/07/16 13:14:06 espie Exp $ +.\" $OpenBSD: dpb.1,v 1.7 2018/09/18 12:49:10 espie Exp $ .\" .\" Copyright (c) 2010-2013 Marc Espie .\" @@ -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: July 16 2018 $ +.Dd $Mdocdate: September 18 2018 $ .Dt DPB 1 .Os .Sh NAME @@ -459,6 +459,10 @@ Run big ports on several cores. See .Fl p option. +.It parallel2=p +Run largest ports on many cores. +Defaults to the same value as the parallel option, but can be increased for, +say, chromium. .It repair=0/1 Defaults to 1. Run @@ -850,6 +854,10 @@ from running while port is building. Port that can be built in parallel, uses .Ev MAKE_JOBS and several build slots. +.It Ar parallel2 +Very large port that should be built in parallel, uses +.Ev MAKE_JOBS +and lots of build slots. .It Ar tag:kde3 kde3 port that conflicts with kde4 ports. Prevent scheduling ports with -- 2.20.1