Simplify building before installing.

This commit is contained in:
Warner Losh 2018-02-15 18:58:03 +00:00
parent bc40691e40
commit 2ec3d49ea3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329338

View File

@ -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