freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
611 stars 187 forks source link

Add a new variable FREEBSD_MAKE_JOBS which contain the number of make j... #102

Closed evadot closed 9 years ago

evadot commented 9 years ago

...obs

Default to hw.ncpu

kientzle commented 9 years ago

KERNJOBS and WORLDJOBS already exist for this purpose.

But they should be documented in config.sh.sample.

brd commented 9 years ago

@kientzle What do you think about setting the default to sysctl -n hw.ncpu though? I think it would be pretty useful for users.

kientzle commented 9 years ago

Yes, it would make sense to initialize WORLDJOBS and KERNJOBS based on the sysctl.

Would you please change this to:

Thank you!

kientzle commented 9 years ago

This was handled in a slightly different way in commit 392ab2b.