Bug 198854 - www/firefox uses kern.smp.cpus for its internal -j logic
Summary: www/firefox uses kern.smp.cpus for its internal -j logic
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 20:30 UTC by Sean Bruno
Modified: 2015-07-03 02:17 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gecko)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2015-03-23 20:30:15 UTC
If I run a build of packages with poudriere via something like:

poudriere bulk -j testjail -J2 www/firefox

the build of firefox will determine how many CPUs the buildhost actually has and use that many, e.g. on my host kern.smp.cpus == 8, so the build of www/firefox is invoked with gmake -j8
Comment 1 Sean Bruno freebsd_committer freebsd_triage 2015-07-03 02:17:19 UTC
Looks like a change to the mk files has made this much happier now.