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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/etc.mac68k/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.mac68k/Makefile.inc b/etc/etc.mac68k/Makefile.inc index 94764a1c79c..8d42efbffe2 100644 --- a/etc/etc.mac68k/Makefile.inc +++ b/etc/etc.mac68k/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.23 2019/07/26 11:38:21 rin Exp $ +# $NetBSD: Makefile.inc,v 1.24 2023/05/19 14:47:16 hauke 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 \ +MKISOFS_FLAGS+= -hfs --macbin -data-change-warn \ -map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map iso-image: do-iso-image |
