Module Name: src
Committed By: tsutsui
Date: Wed Jun 5 15:07:13 UTC 2024
Modified Files:
src/etc/etc.mac68k: Makefile.inc
Log Message:
Exclude debug.tgz and xdebug.tgz from mac68k ISO to save ~320MB.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/etc/etc.mac68k/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/etc.mac68k/Makefile.inc
diff -u src/etc/etc.mac68k/Makefile.inc:1.25 src/etc/etc.mac68k/Makefile.inc:1.26
--- src/etc/etc.mac68k/Makefile.inc:1.25 Fri May 31 20:57:32 2024
+++ src/etc/etc.mac68k/Makefile.inc Wed Jun 5 15:07:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.25 2024/05/31 20:57:32 tsutsui Exp $
+# $NetBSD: Makefile.inc,v 1.26 2024/06/05 15:07:13 tsutsui Exp $
#
# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets
#
@@ -20,5 +20,7 @@ snap_md_post:
# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image.
MKISOFS_FLAGS+= -hfs --macbin \
-map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map
+# exclude large debug sets to avoid possible 700MB overflow
+MKISOFS_FLAGS+= -m debug.tgz -m xdebug.tgz
iso-image: do-iso-image