From owner-freebsd-gecko@FreeBSD.ORG Tue May 6 08:40:01 2014 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E804CAC0 for ; Tue, 6 May 2014 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D57425F0 for ; Tue, 6 May 2014 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s468e1lE062378 for ; Tue, 6 May 2014 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s468e151062377; Tue, 6 May 2014 08:40:01 GMT (envelope-from gnats) Date: Tue, 6 May 2014 08:40:01 GMT Message-Id: <201405060840.s468e151062377@freefall.freebsd.org> To: gecko@FreeBSD.org From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Subject: Re: ports/184630: mail/thunderbird jobserver unavailable Reply-To: =?UTF-8?Q?Trond_Endrest=C3=B8l?= X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 08:40:02 -0000 The following reply was made to PR ports/184630; it has been noted by GNATS. From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= To: Bug followup Cc: Subject: Re: ports/184630: mail/thunderbird jobserver unavailable Date: Tue, 6 May 2014 10:32:22 +0200 (CEST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --598627194-565479931-1399365142=:85341 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT I've been experimenting with parallel builds at home, and I concocted the Makefile.local below. Feel free to integrate this into the regular Makefile for mail/thunderbird. # Enable parallel build. MAKE_JOBS_SAFE= yes # MAKE_JOBS_NUMBER isn't defined at this stage, so we gather the number of CPU cores ourself. _LOCAL_MAKE_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus # Do we set MOZ_MAKE_FLAGS elsewhere in the regular Makefile, or in the central .mk files? # I hope this construct properly propagates any previous assignments to MOZ_MAKE_FLAGS. MOZ_MAKE_FLAGS+= -j ${_LOCAL_MAKE_JOBS_NUMBER} # Finally tell gmake what we expect from it. MOZ_EXPORT+= MOZ_MAKE_FLAGS="${MOZ_MAKE_FLAGS}" MOZ_MK_OPTIONS+= MOZ_MAKE_FLAGS="${MOZ_MAKE_FLAGS}" # EOF -- ---------------------------------------------------------------------- Trond Endrestøl | Trond.Endrestol@ximalas.info ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 9.2-S & re-Alpine 2.03 --598627194-565479931-1399365142=:85341--