Drop -data-change-warn from MKISOFS_FLAGS.

It's available only on cdrtools-3.x and later.
This commit is contained in:
tsutsui 2024-05-31 20:57:32 +00:00
parent 25b14f946f
commit 1fe42822fe
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.55 2024/05/31 20:54:33 tsutsui Exp $
# $NetBSD: Makefile,v 1.56 2024/05/31 20:57:32 tsutsui Exp $
#
# Consult "*.conf" for the configuration variables; this Makefile is typically
# not edited for basic configuration changes.
@ -298,12 +298,12 @@ MKISOFS_ARGS.${image}+= -b ${BOOTFILE.amd64} -c boot.catalog
.if !empty(ports:Mmacppc)
BOOTHFS= boothfs
MKISOFS_ARGS.${image}+= -hfs -part -hide-hfs-list ${.CURDIR}/hide-hfs.lst \
--macbin -data-change-warn -map ${.CURDIR}/hfsmap.lst \
--macbin -map ${.CURDIR}/hfsmap.lst \
-boot-hfs-file ${.OBJDIR}/${BOOTHFS}
UUDECODE_FILES= ${BOOTHFS}
.include <bsd.files.mk>
.elif defined(USE_APPLE_ISO) || !empty(ports:Mmac68k)
MKISOFS_ARGS.${image}+= -apple --macbin -data-change-warn -map ${.CURDIR}/hfsmap.lst
MKISOFS_ARGS.${image}+= -apple --macbin -map ${.CURDIR}/hfsmap.lst
.endif
# Sun (sparc, sparc64, sun3)

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.24 2023/05/19 14:47:16 hauke Exp $
# $NetBSD: Makefile.inc,v 1.25 2024/05/31 20:57:32 tsutsui Exp $
#
# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets
#
@ -18,7 +18,7 @@ snap_md_post:
# For "make iso-image"
# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image.
MKISOFS_FLAGS+= -hfs --macbin -data-change-warn \
MKISOFS_FLAGS+= -hfs --macbin \
-map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map
iso-image: do-iso-image