The following reply was made to PR ports/184630; it has been noted by GNATS.
From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= <[email protected]> To: Bug followup <[email protected]> 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 | [email protected] ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 9.2-S & re-Alpine 2.03 --598627194-565479931-1399365142=:85341--
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
