Module Name: src
Committed By: riz
Date: Fri Aug 17 16:59:26 UTC 2012
Modified Files:
src/etc: Makefile
Log Message:
Install live images and install images into ${RELEASEDIR}/images by
default, to keep all the large files (such as ISOs) together.
To generate a diff of this commit:
cvs rdiff -u -r1.397 -r1.398 src/etc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/Makefile
diff -u src/etc/Makefile:1.397 src/etc/Makefile:1.398
--- src/etc/Makefile:1.397 Sat Jul 14 04:01:11 2012
+++ src/etc/Makefile Fri Aug 17 16:59:26 2012
@@ -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
# 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_R
# 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 \