freebsd-vagrant icon indicating copy to clipboard operation
freebsd-vagrant copied to clipboard

MAKE_JOBS_NUMBER in make.conf fails with cmake

Open xironix opened this issue 11 years ago • 0 comments

By automatically detecting the number of CPUs in /etc/make.conf with MAKE_JOBS_NUMBER= $(sysctl -a | grep hw.ncpu | awk '{print $2"*2"}' | bc) causes any port that uses cmake to fail.

Switch back to manually assigning the number of make jobs.

xironix avatar Mar 28 '13 13:03 xironix