tools: boot: use four jobs for building stand
Parallel builds of stand should be assumed both possible and safe as of
7012461c9b
, so let's start using some jobs to speed up lualoader test
harness builds.
This commit is contained in:
parent
f1be262ec1
commit
8eeeee38f4
@ -21,6 +21,6 @@ mkdir -p ${dir}
|
|||||||
mtree -deUW -f etc/mtree/BSD.root.dist -p ${dir}
|
mtree -deUW -f etc/mtree/BSD.root.dist -p ${dir}
|
||||||
mtree -deUW -f etc/mtree/BSD.usr.dist -p ${dir}/usr
|
mtree -deUW -f etc/mtree/BSD.usr.dist -p ${dir}/usr
|
||||||
cd stand
|
cd stand
|
||||||
make all install DESTDIR=${dir} NO_ROOT=t MK_LOADER_LUA=yes MK_FORTH=no MK_INSTALL_AS_USER=yes
|
make -j4 all install DESTDIR=${dir} NO_ROOT=t MK_LOADER_LUA=yes MK_FORTH=no MK_INSTALL_AS_USER=yes
|
||||||
mkdir -p ${dir}/boot/kernel
|
mkdir -p ${dir}/boot/kernel
|
||||||
cp /boot/kernel/kernel ${dir}/boot/kernel
|
cp /boot/kernel/kernel ${dir}/boot/kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user