Simplify building before installing.
This commit is contained in:
parent
bc40691e40
commit
2ec3d49ea3
@ -20,7 +20,6 @@ mkdir -p ${dir}
|
||||
mtree -deUW -f etc/mtree/BSD.root.dist -p ${dir}
|
||||
mtree -deUW -f etc/mtree/BSD.usr.dist -p ${dir}/usr
|
||||
cd stand
|
||||
make MK_LOADER_LUA=yes MK_FORTH=no
|
||||
make install DESTDIR=${dir} NO_ROOT=t MK_LOADER_LUA=yes MK_FORTH=no MK_INSTALL_AS_USER=yes
|
||||
make all install DESTDIR=${dir} NO_ROOT=t MK_LOADER_LUA=yes MK_FORTH=no MK_INSTALL_AS_USER=yes
|
||||
mkdir -p ${dir}/boot/kernel
|
||||
cp /boot/kernel/kernel ${dir}/boot/kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user