Install live images and install images into ${RELEASEDIR}/images by

default, to keep all the large files (such as ISOs) together.
This commit is contained in:
riz 2012-08-17 16:59:26 +00:00
parent 81f27d3683
commit a727e4697d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.397 2012/07/14 04:01:11 christos Exp $
# $NetBSD: Makefile,v 1.398 2012/08/17 16:59:26 riz Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@ -481,7 +481,7 @@ iso-image-md-post: .PHONY check_DESTDIR check_RELEASEDIR iso-image-mi
# LIVEIMG_RELEASEDIR specifies where to install live images and
# it can be set in MD etc.${MACHINE}/Makefile.inc.
#
LIVEIMG_RELEASEDIR?= ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/liveimage
LIVEIMG_RELEASEDIR?= ${RELEASEDIR}/images
live-image: .PHONY check_DESTDIR check_RELEASEDIR
${MAKEDIRTARGET} ${NETBSDSRCDIR}/distrib live_image \
@ -495,7 +495,7 @@ live-image: .PHONY check_DESTDIR check_RELEASEDIR
# INSTIMG_RELEASEDIR specifies where to install live images and
# it can be set in MD etc.${MACHINE}/Makefile.inc.
#
INSTIMG_RELEASEDIR?= ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/installimage
INSTIMG_RELEASEDIR?= ${RELEASEDIR}/images
install-image: .PHONY check_DESTDIR check_RELEASEDIR
${MAKEDIRTARGET} ${NETBSDSRCDIR}/distrib install_image \