Skip to content

Commit

Permalink
Pass SWAPSIZE in env(1) when invoking mk-vmimage.sh for the
Browse files Browse the repository at this point in the history
vm-image target, missed in r308737.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Glen Barber authored and Glen Barber committed Nov 17, 2016
1 parent e48b82b commit 240e239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/Makefile.vm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ vm-image:
.if defined(WITH_VMIMAGES) && !empty(WITH_VMIMAGES)
. for FORMAT in ${VMFORMATS}
mkdir -p ${.OBJDIR}/${.TARGET}
env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} SWAPSIZE=${SWAPSIZE} \
${.CURDIR}/scripts/mk-vmimage.sh \
-C ${.CURDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} \
-i ${.OBJDIR}/${FORMAT}.img -s ${VMSIZE} -f ${FORMAT} \
Expand Down

0 comments on commit 240e239

Please sign in to comment.