Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common/bootimage Remove leftover "-f" from when this...
details: https://anonhg.NetBSD.org/src/rev/cefbbf760141
branches: trunk
changeset: 351368:cefbbf760141
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Feb 11 08:08:00 2017 +0000
description:
Remove leftover "-f" from when this used to be a cp command.
Unbreak the build for install-image target.
diffstat:
distrib/common/bootimage/Makefile.bootimage | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9124a5fd03f2 -r cefbbf760141 distrib/common/bootimage/Makefile.bootimage
--- a/distrib/common/bootimage/Makefile.bootimage Sat Feb 11 04:59:01 2017 +0000
+++ b/distrib/common/bootimage/Makefile.bootimage Sat Feb 11 08:08:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootimage,v 1.16 2017/02/11 04:19:25 christos Exp $
+# $NetBSD: Makefile.bootimage,v 1.17 2017/02/11 08:08:00 pgoyette Exp $
#
# Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved.
#
@@ -240,7 +240,7 @@
.endfor
.if defined(SECONDARY_BOOT)
@echo Copying secondary boot...
- ${INSTALL} ${COPY} -m 0644 -f ${WORKDIR}/usr/mdec/${SECONDARY_BOOT} ${WORKDIR}
+ ${INSTALL} ${COPY} -m 0644 ${WORKDIR}/usr/mdec/${SECONDARY_BOOT} ${WORKDIR}
.endif
@echo Preparing /etc/fstab ...
${TOOL_SED} "s/@@BOOTDISK@@/${BOOTDISK}/" < ${FSTAB_IN} > ${WORKFSTAB}
Home |
Main Index |
Thread Index |
Old Index