Module Name: src
Committed By: christos
Date: Tue Jan 29 19:48:41 UTC 2013
Modified Files:
src/distrib/common: Makefile.bootcd
Log Message:
revert previous, it was an unintended side effect. fixed in makefs
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/distrib/common/Makefile.bootcd:1.22
--- src/distrib/common/Makefile.bootcd:1.21 Tue Jan 29 13:17:29 2013
+++ src/distrib/common/Makefile.bootcd Tue Jan 29 14:48:41 2013
@@ -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 @@ DISTRIBREV!= ${HOST_SH} ${KERNSRCDIR}/co
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