Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/amd64/uefi-installimage Clean up another extraneous ...
details: https://anonhg.NetBSD.org/src/rev/cf264ccb6fb6
branches: trunk
changeset: 351369:cf264ccb6fb6
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Feb 11 08:14:05 2017 +0000
description:
Clean up another extraneous -f option
diffstat:
distrib/amd64/uefi-installimage/Makefile.bootimage | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cefbbf760141 -r cf264ccb6fb6 distrib/amd64/uefi-installimage/Makefile.bootimage
--- a/distrib/amd64/uefi-installimage/Makefile.bootimage Sat Feb 11 08:08:00 2017 +0000
+++ b/distrib/amd64/uefi-installimage/Makefile.bootimage Sat Feb 11 08:14:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootimage,v 1.4 2017/02/11 03:07:06 christos Exp $
+# $NetBSD: Makefile.bootimage,v 1.5 2017/02/11 08:14:05 pgoyette Exp $
#
# Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved.
#
@@ -409,7 +409,7 @@
@${MKDIR} ${MKDIRPERM} ${EFIWORKDIR}/EFI/boot
.if !empty(EFIBOOT)
.for f in ${EFIBOOT}
- ${INSTALL} ${COPY} -m 0644 -f ${f} ${EFIWORKDIR}/EFI/boot/`basename ${f}`
+ ${INSTALL} ${COPY} -m 0644 ${f} ${EFIWORKDIR}/EFI/boot/`basename ${f}`
.endfor
.endif
${RM} -f ${WORKEFI}
Home |
Main Index |
Thread Index |
Old Index