Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common Install fully-populated .iso images in ${RELE...
details: https://anonhg.NetBSD.org/src/rev/d10dab453d28
branches: trunk
changeset: 781081:d10dab453d28
user: riz <riz%NetBSD.org@localhost>
date: Fri Aug 17 16:57:59 2012 +0000
description:
Install fully-populated .iso images in ${RELEASEDIR}/images instead
of ${RELEASEDIR}/iso, since we'll be putting non-iso images in there too.
diffstat:
distrib/common/Makefile.bootcd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0d75de718c4f -r d10dab453d28 distrib/common/Makefile.bootcd
--- a/distrib/common/Makefile.bootcd Fri Aug 17 16:56:34 2012 +0000
+++ b/distrib/common/Makefile.bootcd Fri Aug 17 16:57:59 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootcd,v 1.19 2012/01/22 03:53:32 tsutsui Exp $
+# $NetBSD: Makefile.bootcd,v 1.20 2012/08/17 16:57:59 riz Exp $
#
# Makefile snipped to create a CD/DVD ISO
#
@@ -43,7 +43,7 @@
.if ${CDRELEASE} == false
CDROMS_RELEASEDIR?= ${MACHINE}/installation/cdrom
.else
-CDROMS_RELEASEDIR?= iso
+CDROMS_RELEASEDIR?= images
.endif
.if defined(CDRELEASE_NOISOS)
CDRELEASE_EXCLUDE= -s ',./installation/cdrom.*,,gp'
Home |
Main Index |
Thread Index |
Old Index