Module Name:    src
Committed By:   rin
Date:           Mon Mar 16 09:42:04 UTC 2020

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

Log Message:
Fix build; add -f flag to "rm miniroot.fs" in case of its absence.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/etc/etc.amiga/Makefile.inc:1.31
--- src/etc/etc.amiga/Makefile.inc:1.30	Sat Mar 14 16:27:19 2020
+++ src/etc/etc.amiga/Makefile.inc	Mon Mar 16 09:42:04 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.30 2020/03/14 16:27:19 is Exp $
+#	$NetBSD: Makefile.inc,v 1.31 2020/03/16 09:42:04 rin Exp $
 #
 #	etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
 #
@@ -15,7 +15,7 @@ INSTALLATION_DIRS+=	installation/miniroo
 
 snap_md_post:
 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
-	rm		${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs
+	rm -f		${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs
 	${TOOL_GZIP} -cd ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs.gz > \
 			${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot/miniroot.fs
 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*'

Reply via email to