release: distributekernel before packagekernel

With these as a single make command, `make -j` breaks when it tries to
package up a kernel which hasn't been distributed yet.

MFC after:	1 week
This commit is contained in:
Colin Percival 2024-04-09 20:26:51 -07:00
parent 93e4813b9a
commit 65c603ed65

View file

@ -135,7 +135,8 @@ base.txz:
kernel.txz: kernel.txz:
mkdir -p ${DISTDIR} mkdir -p ${DISTDIR}
( cd ${WORLDDIR} && ${IMAKE} distributekernel packagekernel DISTDIR=${.OBJDIR}/${DISTDIR} ) ( cd ${WORLDDIR} && ${IMAKE} distributekernel DISTDIR=${.OBJDIR}/${DISTDIR} )
( cd ${WORLDDIR} && ${IMAKE} packagekernel DISTDIR=${.OBJDIR}/${DISTDIR} )
mv ${DISTDIR}/kernel*.txz . mv ${DISTDIR}/kernel*.txz .
src.txz: src.txz: