Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/stand/efiboot/bootaa64 Add release target
details: https://anonhg.NetBSD.org/src/rev/8c15dad43d9f
branches: trunk
changeset: 366452:8c15dad43d9f
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Aug 27 22:40:51 2018 +0000
description:
Add release target
diffstat:
sys/stand/efiboot/bootaa64/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 61fadbcf1678 -r 8c15dad43d9f sys/stand/efiboot/bootaa64/Makefile
--- a/sys/stand/efiboot/bootaa64/Makefile Mon Aug 27 22:36:49 2018 +0000
+++ b/sys/stand/efiboot/bootaa64/Makefile Mon Aug 27 22:40:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/24 02:01:06 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/27 22:40:51 jmcneill Exp $
PROG= bootaa64.efi
OBJFMT= binary
@@ -12,3 +12,6 @@
.include "${.CURDIR}/../Makefile.efiboot"
+release: check_RELEASEDIR
+ ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
+ ${RELEASEDIR}/${MACHINE}/installation/misc
Home |
Main Index |
Thread Index |
Old Index