Module Name:    src
Committed By:   is
Date:           Fri Mar 13 10:01:07 UTC 2020

Modified Files:
        src/etc/etc.amiga: Makefile.inc

Log Message:
Provide the (small) miniroot uncompressed, so that it can be used from
an AmigaOS without additional software to install NetBSD.
Closes PR port-amiga/45443


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/etc/etc.amiga/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.amiga/Makefile.inc
diff -u src/etc/etc.amiga/Makefile.inc:1.28 src/etc/etc.amiga/Makefile.inc:1.29
--- src/etc/etc.amiga/Makefile.inc:1.28	Sun Sep 23 06:39:23 2018
+++ src/etc/etc.amiga/Makefile.inc	Fri Mar 13 10:01:07 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.28 2018/09/23 06:39:23 rin Exp $
+#	$NetBSD: Makefile.inc,v 1.29 2020/03/13 10:01:07 is Exp $
 #
 #	etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
 #
@@ -15,4 +15,5 @@ INSTALLATION_DIRS+=	installation/miniroo
 
 snap_md_post:
 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
-#	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.gz'
+	${TOOL_GZIP} -fd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz
+	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*'

Reply via email to