Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 08:40:01 GMT
From:      =?UTF-8?Q?Trond_Endrest=C3=B8l?= <Trond.Endrestol@ximalas.info>
To:        gecko@FreeBSD.org
Subject:   Re: ports/184630: mail/thunderbird jobserver unavailable
Message-ID:  <201405060840.s468e151062377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184630; it has been noted by GNATS.

From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= <Trond.Endrestol@ximalas.info>
To: Bug followup <bug-followup@FreeBSD.org>
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405060840.s468e151062377>