cbmk/include
Leah Rowe 45ac5f1741 option.sh: don't use nproc (not portable)
export CBMK_THREADS=x

where x is an integer. this is already supported for
setting the number of build threads, but if not set
it uses nproc.

openbsd doesn't have nproc. default to 1 thread.

now you MUST set threads. e.g. in linux do:

export CBMK_THREADS=$(nproc)

preliminary work is being done to make cbmk run
on openbsd!

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-05-03 01:19:00 +01:00
..
err.sh allow disabling status checks during builds 2024-05-03 01:03:02 +01:00
git.sh safer, simpler error handling in cbmk 2024-05-02 22:41:35 +01:00
option.sh option.sh: don't use nproc (not portable) 2024-05-03 01:19:00 +01:00