Do notice that not all ports support this feature so ports that support this feature have their Makefile updated with MAKE_JOBS_SAFE=yes.
This feature is now enabled by default with the level of parallelization being equal to a number of processing cores in your computer. This value can however be overridden, for example if you want 6 jobs:
- % su
- # echo "MAKE_JOBS_NUMBER=6" >> /etc/make.conf
- % su
- % echo "DISABLE_MAKE_JOBS=yes" >> /etc/make.conf
No comments:
Post a Comment