aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2012-01-15 08:36:25 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2012-01-15 08:36:25 +0000
commitd6ba7d93ba803c6604da727a5ceede258bf398c8 (patch)
tree2eef14ba856d809fb19281f66569036d2c0b8a30 /release
parent886e862866b06655bd2b89c64eca8eb465bb44a7 (diff)
downloadsrc-d6ba7d93ba803c6604da727a5ceede258bf398c8.tar.gz
src-d6ba7d93ba803c6604da727a5ceede258bf398c8.zip
Restore functionality to pack several kernels into release. All
kernels specified by KERNCONF are built and packed into release. The first one is packed into kernel.txz, all others to kernel.CONFIG.txz. The first one is installed on bootables in /boot.
Notes
Notes: svn path=/head/; revision=230127
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 19987cf76404..964676bb2eb7 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -75,7 +75,7 @@ base.txz:
kernel.txz:
-mkdir ${DISTDIR}
cd ${WORLDDIR} && ${IMAKE} distributekernel packagekernel DISTDIR=${DISTDIR}
- mv ${DISTDIR}/kernel.txz ${.OBJDIR}
+ mv ${DISTDIR}/kernel*.txz ${.OBJDIR}
src.txz:
-mkdir -p ${DISTDIR}/usr