Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Install live images and install images into ${RELEASEDIR...
details: https://anonhg.NetBSD.org/src/rev/f0ba363be742
branches: trunk
changeset: 781082:f0ba363be742
user: riz <riz%NetBSD.org@localhost>
date: Fri Aug 17 16:59:26 2012 +0000
description:
Install live images and install images into ${RELEASEDIR}/images by
default, to keep all the large files (such as ISOs) together.
diffstat:
etc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d10dab453d28 -r f0ba363be742 etc/Makefile
--- a/etc/Makefile Fri Aug 17 16:57:59 2012 +0000
+++ b/etc/Makefile Fri Aug 17 16:59:26 2012 +0000
@@ -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 @@
# 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 @@
# 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 \
Home |
Main Index |
Thread Index |
Old Index