Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2011 17:20:12 GMT
From:      Sayetsky Anton <vsjcfm@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/162709: DISABLE_MAKE_JOBS should be the default
Message-ID:  <201111211720.pALHKC1b099095@freefall.freebsd.org>

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

From: Sayetsky Anton <vsjcfm@gmail.com>
To: Steve Kargl <sgk@troutmask.apl.washington.edu>, bug-followup@freebsd.org
Cc:  
Subject: Re: ports/162709: DISABLE_MAKE_JOBS should be the default
Date: Mon, 21 Nov 2011 19:16:39 +0200

 2011/11/21 Steve Kargl <sgk@troutmask.apl.washington.edu>:
 > Where is MAKE_JOBS_NUMBER documented?
 http://www.freebsd.org/releases/7.2R/relnotes-detailed.html
 2.5 Ports/Packages Collection Infrastructure
 The FreeBSD Ports Collection now supports multiple make(1) jobs in
 some supported ports. This is automatically enabled when a port is
 marked as MAKE_JOBS_SAFE and improves CPU utilization at the build
 stage by passing an option -jX to the top level Makefile from the
 vendor. The number X is set to the number of CPUs by default, and can
 be set by users via a make(1) variable MAKE_JOBS_NUMBER. For more
 details, see ports/Mk/bsd.port.mk.
 
 So i think this in unusable PR.
 
 PS. If you want to apply jobs number to specific ports, just use
 .if ${.CURDIR
 ...
 ...
 ...
 .endif
 as documented in /usr/share/examples/etc/make.conf.



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