From owner-freebsd-ports@freebsd.org Sat Aug 6 15:16:25 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9338CBAF9AE for ; Sat, 6 Aug 2016 15:16:25 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:1008:bcb:1:1:0:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5688B131C for ; Sat, 6 Aug 2016 15:16:25 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:8c:2e57:9a01:8593:36a5:e783:a138] (p2003008C2E579A01859336A5E783A138.dip0.t-ipconnect.de [IPv6:2003:8c:2e57:9a01:8593:36a5:e783:a138]) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 3s66hH1TyrzQQG for ; Sat, 6 Aug 2016 17:16:15 +0200 (CEST) From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: poudriere: howto build ports with 'make -j x'? Message-Id: <051C3C33-AAB5-43CD-A089-600420F1648D@ellael.org> Date: Sat, 6 Aug 2016 17:16:13 +0200 To: freebsd-ports@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 15:16:25 -0000 Hi, I am used to build my ports by poudriere in parallel (-J x). But I do = want to build specific ports in parallel per se (make -j x) just to = speed up build times of huge ports like mariadb101-server. I did try to add an MAKEOPTS=3D"-j8" into poudriere's specific = jailname-make.conf file, and I did try to use a = jailname-setfile-make.conf as well. But that didn't work for me. What would be the correct way to achieve what I want? Thanks and regards, Michael