Add -data-change-warn to MKISOFS_ARGS for macppc as done for mac68k:
https://mail-index.netbsd.org/source-changes/2023/05/19/msg144826.html > Creating Type&Creator mappings for .bin (macbinary encoded) files, > mkisofs changes files, then turns around and complains they have been > changed. > > This is a self-inflicted wound, so demote the error to a warning. This looks to make macppccd builds with cdrtools-3.02a10.
This commit is contained in:
parent
12b0bef8b3
commit
73e733dee4
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.53 2023/05/19 14:47:16 hauke Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2024/05/16 14:21:45 tsutsui Exp $
|
||||
#
|
||||
# Consult "*.conf" for the configuration variables; this Makefile is typically
|
||||
# not edited for basic configuration changes.
|
||||
|
@ -294,7 +294,7 @@ 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 -map ${.CURDIR}/hfsmap.lst \
|
||||
--macbin -data-change-warn -map ${.CURDIR}/hfsmap.lst \
|
||||
-boot-hfs-file ${.OBJDIR}/${BOOTHFS}
|
||||
UUDECODE_FILES= ${BOOTHFS}
|
||||
.include <bsd.files.mk>
|
||||
|
|
Loading…
Reference in New Issue