Module Name:    src
Committed By:   he
Date:           Tue Jan 29 18:17:29 UTC 2013

Modified Files:
        src/distrib/common: Makefile.bootcd

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/common/Makefile.bootcd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/common/Makefile.bootcd
diff -u src/distrib/common/Makefile.bootcd:1.20 src/distrib/common/Makefile.bootcd:1.21
--- src/distrib/common/Makefile.bootcd:1.20	Fri Aug 17 16:57:59 2012
+++ src/distrib/common/Makefile.bootcd	Tue Jan 29 18:17:29 2013
@@ -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 @@ DISTRIBREV!=	${HOST_SH} ${KERNSRCDIR}/co
 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

Reply via email to