From 1a8bb5eb7ed72664f2d78e2fc1986b8c3a389e90 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 12 May 2010 10:42:12 -0700 Subject: [PATCH] release build - 'img' is now the default. * Both the ISO and the IMG will be generated by default now instead of just the ISO. --- nrelease/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index 6e75b6f1da..f652830fb2 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -6,6 +6,8 @@ # targes may be specified which set make variables which enhance # the build in various ways. # +# img is now the default (produces both the .iso and .img) +# gui installer img: ######################################################################### @@ -393,7 +395,6 @@ mkiso: mkimg: -.if make(img) if [ ! -d ${IMGMNT} ]; then mkdir -p ${IMGMNT}; fi -if [ -f ${ISODIR}/vn.which ]; then umount ${IMGMNT}; \ vnconfig -u `cat ${ISODIR}/vn.which`; fi @@ -436,7 +437,6 @@ mkimg: rm -f ${ISODIR}/vn.which rmdir ${IMGMNT} @echo "STEP: done" -.endif clean: -umount ${ISOROOT}/usr/pkgsrc/distfiles > /dev/null 2>&1 -- 2.41.0