diff options
| author | hauke <hauke@NetBSD.org> | 2023-05-19 14:47:16 +0000 |
|---|---|---|
| committer | hauke <hauke@NetBSD.org> | 2023-05-19 14:47:16 +0000 |
| commit | ed15fbccb5ca7403fde825d96feaed6a547ed386 (patch) | |
| tree | 8b0320c4128abd50cbe0638e893dde06e5e4bc55 /distrib | |
| parent | b4d1d59fb90590b872c220e6aaf1fe8d24e75802 (diff) | |
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.
Reported upstream as <https://codeberg.org/schilytools/schilytools/issues/58>.
Arguably fixes PR toolchain/42166
Request pull-ups to netbsd-{8,9,10}.
XXX What about macppc?
Diffstat (limited to 'distrib')
| -rw-r--r-- | distrib/cdrom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/cdrom/Makefile b/distrib/cdrom/Makefile index 380105281d4..b869f18c1ac 100644 --- a/distrib/cdrom/Makefile +++ b/distrib/cdrom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2018/01/24 09:04:40 skrll Exp $ +# $NetBSD: Makefile,v 1.53 2023/05/19 14:47:16 hauke Exp $ # # Consult "*.conf" for the configuration variables; this Makefile is typically # not edited for basic configuration changes. @@ -288,7 +288,7 @@ MKISOFS_ARGS.${image}+= -b ${BOOTFILE.amd64} -c boot.catalog -no-emul-boot MKISOFS_ARGS.${image}+= -b ${BOOTFILE.amd64} -c boot.catalog .endif .endif - + # Mac (mac68k, macppc) .if !empty(ports:Mmacppc) @@ -299,7 +299,7 @@ MKISOFS_ARGS.${image}+= -hfs -part -hide-hfs-list ${.CURDIR}/hide-hfs.lst \ UUDECODE_FILES= ${BOOTHFS} .include <bsd.files.mk> .elif defined(USE_APPLE_ISO) || !empty(ports:Mmac68k) -MKISOFS_ARGS.${image}+= -apple --macbin -map ${.CURDIR}/hfsmap.lst +MKISOFS_ARGS.${image}+= -apple --macbin -data-change-warn -map ${.CURDIR}/hfsmap.lst .endif # Sun (sparc, sparc64, sun3) |
