Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.amiga Fix build; add -f flag to "rm miniroot.fs" in ...
details: https://anonhg.NetBSD.org/src/rev/8348916550f9
branches: trunk
changeset: 745920:8348916550f9
user: rin <rin%NetBSD.org@localhost>
date: Mon Mar 16 09:42:04 2020 +0000
description:
Fix build; add -f flag to "rm miniroot.fs" in case of its absence.
diffstat:
etc/etc.amiga/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b494ddcba516 -r 8348916550f9 etc/etc.amiga/Makefile.inc
--- a/etc/etc.amiga/Makefile.inc Mon Mar 16 09:31:41 2020 +0000
+++ b/etc/etc.amiga/Makefile.inc Mon Mar 16 09:42:04 2020 +0000
@@ -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 @@
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*'
Home |
Main Index |
Thread Index |
Old Index