Module Name:    src
Committed By:   tsutsui
Date:           Wed Jun  5 17:20:18 UTC 2024

Modified Files:
        src/etc: Makefile

Log Message:
Drop -T (for non-Rock Ridge capable systems) from ${MKISOFS_FLAGS}.

Even old mac68k and macppc don't require it, and somehow TRANS.TBL
files are shown on NetBSD when the ISO images created with both -T
and and -hide-joliet-trans-tbl are mounted by mount_cd9660(8).

Note this also happens with mkisofs(8) from cdrtools-3.02,
but I have not investigated if it's expected behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.471 -r1.472 src/etc/Makefile

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

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.471 src/etc/Makefile:1.472
--- src/etc/Makefile:1.471	Fri May 31 20:58:52 2024
+++ src/etc/Makefile	Wed Jun  5 17:20:18 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.471 2024/05/31 20:58:52 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.472 2024/06/05 17:20:18 tsutsui Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -54,7 +54,7 @@ MKISOFS?=	${TOOL_MKHYBRID}
 DISTRIBREV!=	${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh -s
 # ISO 9660 volume ID.  Note that this can only contain [A-Z0-9_].
 ISO_VOLID!=	echo NETBSD_${DISTRIBREV} | tr a-z A-Z
-MKISOFS_FLAGS+= -J -l -hide-joliet-trans-tbl -r -T \
+MKISOFS_FLAGS+= -J -l -r \
 		-V ${ISO_VOLID} \
 		-publisher "The NetBSD Project" \
 		-m "${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom"

Reply via email to