Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common revert previous, it was an unintended side ef...
details: https://anonhg.NetBSD.org/src/rev/f29847b3727e
branches: trunk
changeset: 784489:f29847b3727e
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 29 19:48:41 2013 +0000
description:
revert previous, it was an unintended side effect. fixed in makefs
diffstat:
distrib/common/Makefile.bootcd | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 7395ba002734 -r f29847b3727e distrib/common/Makefile.bootcd
--- a/distrib/common/Makefile.bootcd Tue Jan 29 19:45:47 2013 +0000
+++ b/distrib/common/Makefile.bootcd Tue Jan 29 19:48:41 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootcd,v 1.21 2013/01/29 18:17:29 he Exp $
+# $NetBSD: Makefile.bootcd,v 1.22 2013/01/29 19:48:41 christos Exp $
#
# Makefile snipped to create a CD/DVD ISO
#
@@ -64,9 +64,9 @@
ISO_VOLID!= echo NETBSD_${DISTRIBREV} | tr a-z A-Z
PUBLISHER?= The_NetBSD_Project
.if defined(CDMAKEFSOPTIONS)
-_CDMAKEFSOPTIONS= rockridge=1,label=${ISO_VOLID},publisher=${PUBLISHER},${CDMAKEFSOPTIONS}
+_CDMAKEFSOPTIONS= rockridge,label=${ISO_VOLID},publisher=${PUBLISHER},${CDMAKEFSOPTIONS}
.else
-_CDMAKEFSOPTIONS= rockridge=1,label=${ISO_VOLID},publisher=${PUBLISHER}
+_CDMAKEFSOPTIONS= rockridge,label=${ISO_VOLID},publisher=${PUBLISHER}
.endif
# Stuff that should come from elsewhere - XXX where? - HF
Home |
Main Index |
Thread Index |
Old Index