lbmk/include
Leah Rowe 55204dc444 option.sh: don't use nproc (not portable)
export LBMK_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 LBMK_THREADS=$(nproc)

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

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-04-28 17:31:16 +01:00
..
err.sh allow disabling status checks during builds 2024-04-27 16:46:31 +01:00
git.sh safer, simpler error handling in lbmk 2024-03-27 01:50:31 +00:00
mrc.sh safer, simpler error handling in lbmk 2024-03-27 01:50:31 +00:00
option.sh option.sh: don't use nproc (not portable) 2024-04-28 17:31:16 +01:00