Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/common The rockridge option of makefs now requires a...



details:   https://anonhg.NetBSD.org/src/rev/5a6c135cf24d
branches:  trunk
changeset: 784482:5a6c135cf24d
user:      he <he%NetBSD.org@localhost>
date:      Tue Jan 29 18:17:29 2013 +0000

description:
The rockridge option of makefs now requires a =1, follow suit.

diffstat:

 distrib/common/Makefile.bootcd |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 91266d700aaa -r 5a6c135cf24d distrib/common/Makefile.bootcd
--- a/distrib/common/Makefile.bootcd    Tue Jan 29 15:52:25 2013 +0000
+++ b/distrib/common/Makefile.bootcd    Tue Jan 29 18:17:29 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.bootcd,v 1.20 2012/08/17 16:57:59 riz Exp $
+#      $NetBSD: Makefile.bootcd,v 1.21 2013/01/29 18:17:29 he 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,label=${ISO_VOLID},publisher=${PUBLISHER},${CDMAKEFSOPTIONS}
+_CDMAKEFSOPTIONS=      rockridge=1,label=${ISO_VOLID},publisher=${PUBLISHER},${CDMAKEFSOPTIONS}
 .else
-_CDMAKEFSOPTIONS=      rockridge,label=${ISO_VOLID},publisher=${PUBLISHER}
+_CDMAKEFSOPTIONS=      rockridge=1,label=${ISO_VOLID},publisher=${PUBLISHER}
 .endif
 
 # Stuff that should come from elsewhere - XXX where? - HF



Home | Main Index | Thread Index | Old Index